网络技术问题 | AngularJS 测验 |第 3 组 |问题 15
以下代码片段的输出是什么:
AngularJS ng-app Directive
ng-app directive
(A) name is a framework of Javascript
(B) {{ is framework of Javascript }}
(C) Angular is the framework of Javascript
(D) Type Error.
Answer: (C) Explanation: The ng-app Directive in AngularJS is responsible for the root element of application in Angular. It also directly shows the effect when the page is loading . The main advantage of ng-app is it is used to load various modules in AngularJs application.Quiz of this QuestionPlease comment below if you find anything wrong in the above post