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 |
Explain component decorators in angular 4?
What is directive advice?
How angularjs is used to handle the security hurdles?
What is main differences between angular expression and javascript expression?
Can react be used with php?
Is react a framework?
What is routerstate?
What is decorator in angular?
Explain currency filter and when to use it?
How Directives are compiled?
Is it a good or bad practice to use angular js together with jquery?
What are the main features of angularjs?