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 use of @viewchild?
What is stackblitz?
What is router outlet in angular?
Which one is fast between $digest and $apply?
What is singleton angular?
What are the core differences between observables and promises?
How to setup angular 4 development environment?
What is directive advice?
What do you mean by a structural directive in angular 2?
What are the uses of angularjs?
What is service factory?
Explain filter filter angularjs?