What is the use of ng-cloak directive in angularjs?
Answer / Sadanand Sati
The ng-cloak directive in AngularJS is used to hide the HTML template until the AngularJS application has finished rendering. This prevents the user from seeing an 'unformatted' version of the page for a brief moment during the initial load.
| Is This Answer Correct ? | 0 Yes | 0 No |
How angular prevents sross site scripting (xss)?
What is ng bind in angular?
Explain the difference between angular 2 modules vs. Javascript modules
How many types of data bindings are there in angularjs?
Which ones are singleton in angularjs?
List some cons or disadvantages of using angularjs?
Explain the difference between a factory and a service in angularjs?
What is the difference between annotation and decorator in angular 2?
Can you please explain what is testability like in angular?
Why are decorators used in angular 2?
Explain the architecture overview of angular.
What is AtScript?