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 is the difference between a service() and a factory()?
What is ng-switch in angularjs?
Is angular 2 mobile oriented?
What is the use of angular material?
Explain filters in angularjs?
What is transclude in custom directive?
What is the difference between $watch, $digest and $apply?
What is the spa (single page application) in angularjs?
Why we use routing in angularjs?
Is angular a mvc?
What is directives in angular 2?
How can we setting up our development environment for angular 2?