+1 vote
in Angular by

Which of the following syntax is used to create a module in AngularJS?

a) var myModule= angular.module();

b) var myModule= new Module();

c) module("app", []);

d) None of the above

1 Answer

0 votes
by

c) module("app", []);

...