What is Angular Prefixes $ and $$?
Answer / 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 |
What are the 3 types of advance directives?
Is angularjs opensource?
What are pipes in angular 2? Explain?
Why did they skip angular 3?
What should be the maximum number of concurrent “watches” ?
What is the difference between ‘this’ vs $scope in angularjs controllers?
What are the advantages of token-based authentication?
What is the purpost of using $http service and ajax request in angualrjs?
How to generating new pages in angular 4 apps using ionic 3 cli?
What is latest version of angular?
Explain about angularjs value?
What is $emit, $broadcast and $on in AngularJS?