0 votes
in Angular by
AngularJS module can be created using ________.

1. angular.create();

2. angular.module();

3. var myModule = new module();

4. module.create();

1 Answer

0 votes
by
Correct answer is :- angular.module();

AngularJS module can be created using angular.module().
...