What is angular module factory?
Answer / Seema Chamber
Angular Module Factory allows you to create an Angular module dynamically at runtime. This can be useful in scenarios where the module configuration is not known until runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
How event emitters works in angular 2?
How to declare a component in angular 2?
What is the function of the $timeout service?
Explain what is services in angular.js ?
Is the jquery library used in angular?
Explain ng-repeat directive ?
Who made redux?
Explain the differences between one-way binding and two-way binding.
List some of the built-in validators in angularjs?
Can you bootstrap multiple angular applications on same element?
How to isolate a directive’s scope in angularjs?
What is a javascript factory?