⟩ What is factory method in angular.js?
For creating the directive, factory method is used. It is invoked only once, when compiler matches the directive for the first time. By using $injector.invoke the factory method is invoked.
For creating the directive, factory method is used. It is invoked only once, when compiler matches the directive for the first time. By using $injector.invoke the factory method is invoked.
What is Angular Controllers?
What is ng-repeat directive?
Tell me how angular.module works?
What is orderby filter?
Tell me what is AngularJS?
What is ng-app directive?
Explain deep linking in AngularJS?
Explain how experienced are you with e2e testing? Explain how e2e testing of AngularJS applications works?
Tell me what should be the maximum number of concurrent “watches”? Bonus How would you keep an eye on that number?
Explain me what directive would you use to hide elements from the HTML DOM by removing them from that DOM not changing their styling?