Which of the following directive is used to initialize an angular app?
Answer / Vishal Prayani
ng-app is a directive that is used to initialize an AngularJS application. However, it's been replaced by using the root module and bootstrapping it in modern Angular applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you decrease the digest cycle time?
What is @injectable()? Why use?
What is an eventemitter?
Explain what angular js routes does ?
What is the difference between a service() and a factory()?
How to sanitize a value manually?
How to install karma using npm?
What is $interval service in AngularJS?
What is $ digest?
What is location path?
What is angularjs dom?
What is @outputs in angular 2?