+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", []);

Related questions

+1 vote
asked Jul 5, 2022 in Angular by sharadyadav1986
0 votes
asked Jul 16, 2023 in Angular by john ganales
...