Which ones are singleton in angularjs?
Answer / Piyush Saxena
In AngularJS, services by default are singletons. This means that once a service is created, the same instance is shared across the entire application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which Angular Directive Would You Use To Hide An Element From The DOM Without Modifying Its Style?
Explain how component routing works in angular. How to define routes and sub-routes in angular 5?
With options on page load how you can initialize a select box?
What is $inject in angularjs?
What is data binding angular?
What is the difference between a stateful and stateless component in angularjs?
If you were to migrate from angular 1.4 to angular 1.5, what is the main thing that would need refactoring?
Doadd(1,2) doadd(1,2,3,4) use the above arguments to sum the value. Using without any parameter receive throught the function.?
Explain the difference between a factory and a service in angularjs?
How to bind to user input events to component event handlers?
What types of pipes are supported in angular 2?
Explain ng-show directive angularjs?