What is ng-cloak directive and why we use?
Answer / Anoo Sonker
The 'ng-cloak' directive in AngularJS hides new HTML elements until the AngularJS compiler finishes processing them. This helps to prevent a brief flash of unformatted content (often referred to as 'flicker') that can occur when an AngularJS application loads.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain ngif directive ?
Why would you use a service over a factory?
What is @outputs in angular?
What is a component angular?
What is dependency injection (di)? Why use?
What is the ng in angular?
How does a controller work?
Explain the concept of scope hierarchy?
What is the difference between $http and $resource?
What is angular ui?
How AngularJS is compiled?
What is the difference between a provider, a service and a factory in angular?