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 |
Is mern full stack?
What is compile function in angularjs?
What is routing in javascript?
In angular js, we need to worry about security holes?
What is dom stand for?
What do you understand by $watch?
What is @injectable()? Why use?
What is default scope in a angular directive?
How to generating new pages in angular 4 apps using ionic 3 cli?
Explain ng-bind and ng-bind-html directives.
Which directive is used to hide elements from the html dom by removing them from that dom and not changing their styling?
Explain custom filters with an example.