Aptitude | AngularJS Quiz | Set-2 | Question 4
Which of the following is the way to manually start the application in Angular?
(A)
angular. bootstrap
(B)
angular.element
(C)
angular. copy
(D)
None of the above
Answer: (A)
Explanation:
angular. bootstrap is the functional component in core ng modules. It is the process of manually starting the application, angular. bootstrap provides more control over the initialization process.
Quiz of this Question
Please comment below if you find anything wrong in the above post
Please Login to comment...