Important Notice:

Course Content
Switch Statement
0/1
break and continue Statements
0/3
Basic Form Validation in JavaScript
0/1
JavaScript & Angular JS (Chapter- 6) M2-R5.1
About Lesson

What is Angular JS Modules?

                    AngularJS मे एक Module मे Controller, Service, Filters, Instructions, Factories आदि होते है जैसे किसी Application के विभिन्न Parts का एक Container होता है ऐसे ही AngularJS मे एक ही Module के तहत कुछ Javascript की Functionality को एक साथ Group कर सकते है Angularjs मे आप एक Module से अपने Controllers, Services, Filters, Instructions आदि को Defined कर सकते है जो पूरे Module मे Accessible होते है Module ये case-sensitive होता है

Note: Application पर module को create करने के लिए angular.module() function का इस्तेमाल किया जाता है

 

What is Angular JS Modules?

                      In Angular JS, a module contains Controller, Service, Filters, Instructions, and Factories etc. Just like there is a container for different parts of an application, similarly in Angular JS, you can group some JavaScript functionalities together under a single module. In Angular JS, you can define your Controllers, Services, Filters, and Instructions etc. from a single module. Which are accessible throughout the module. Module is case-sensitive.

Note: angular.module() function is used to create a module on the application.

error: Content is protected !!