Answer Posted / deepika
Modules are used to seperate logics say services, controllers, application etc. We define modules in seperate js files & name them appropriately
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a controller in angularjs?
Explain component specific hooks?
What are the concept of scope hierarchy? Tell me how many scope can an application have?
What is the difference between angularjs and angular?
What are the features of angularjs?
What do you understand by metadata in context of angular 2 application?
What is the difference between Rootscope and Scope in AngularJS?
How angular protects us from xss attacks?
What is isolate scope in angularjs and why it is required?
What is angular unit testing?
How to create a service in angular?
How will you explain auto bootstrap process in angularjs?
Explain route configuration? And explain with code?
What would you do to limit a scope variable to have one-time binding?
What is the difference between a service() and a factory()?