What is the difference between a module’s forroot() and fairchild() methods and why do you need it?
How do you resolve a template url relative to a component class?
Explain what is angular expression? Explain what is the key difference between angular expressions and javascript expressions?
What is the difference between the $watch, $digest, and $ apply?
Explain $scope in angular?
What is ng-app, ng-init, and ng-model?
What is $scope? How does it work?
How is angularjs compiled?
What is $ digest?
What is $https and $log services in angularjs?
When creating a directive, it can be used in several different ways in the view. Which ways for using a directive do you know? How do you define the way your directive will be used?
How can we implement spa with angular?
What a digest cycle is in angularjs?
How to access the angular $scope variable in browsers console?
Why angularjs?