Login
Remember
Register
Ask a Question
AngularJS module can be created using ________.
0
votes
asked
Dec 15, 2023
in
Angular
by
AdilsonLima
AngularJS module can be created using ________.
1. angular.create();
2. angular.module();
3. var myModule = new module();
4. module.create();
angularjs-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 15, 2023
by
AdilsonLima
Correct answer is :- angular.module();
AngularJS module can be created using angular.module().
...