What is Angular Prefixes $ and $$?



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

Post New Answer

More AngularJS Interview Questions

What is latest version of angular?

0 Answers  


What is a controller angular?

0 Answers  


What is $inject in angularjs?

0 Answers  


How to send and set cookies in angular 4?

0 Answers  


What is pre-linking function in angularjs?

0 Answers  






What are the advantages of using angular 2?

0 Answers  


How to updating angular cli?

0 Answers  


How can you create singleton service in angular 2?

0 Answers  


We already use angular 1, why do we need an angular 2?

0 Answers  


What is $timeout in angularjs?

0 Answers  


How do you write a directive?

0 Answers  


What do you understand by strict conceptual escaping?

0 Answers  


Categories