Which is the correct syntax to create a module?
Options:
Explanation:
The correct syntax to create a module using the angular.module is:
Tags:
AngularJS
Answer:
Which is the correct syntax to create a module var variable_name = angular.module("app_name", []);.