What is a module in Angular JS? How to create a Angular JS module?


Angular module is a collection functions and that are run when the application starts.

Creating the module.

var app = angular.module('testApp', []);

No comments:

Post a Comment