Answer Posted / chaitanya
To prevent accidental name collisions with your code, Angular prefixes names of public objects with $ and names of private objects with $$. So, do not use the $ or $$ prefix in your code.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain call and apply method?
Explain The Directives Ng-If, Ng-Switch, And Ng-Repeat?
What is angular controllers?
What is the difference between ngroute and ui-router?
How looping has been done in AngularJS?
What is ivy renderer? Is it supported by angular 7?
What is angular8?
How to add rows in angular js?
What is directive?
What is sross site scripting (xss) attack?
Is angular material open source?
What are static and public in angular?
How do components communicate with each other?
Difference between angular 2, 4, 5, 6, &7?
Explain what is services in angular.js ?