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 'control html dom programmatically' in angularjs?
Can you explain angular js boot process?
List the modern browsers supported by angular 2?
What are some of the advantages of angularjs?
How angular modules load the dependencies?
Whenever invoke ngondestroy. Ngdocheck ligon.init?
How to create custom directives in AngularJS?
Explain data binding in angular 4?
Why do we use angular material?
Can angularjs connect to database?
Do you know scope in angularjs?
What is a service? How will you create a custom service?