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

Who created angular?

0 Answers  


What is bootstrap array in angular 2?

0 Answers  


What is the use of @inject()?

0 Answers  


What are the securities threats should we be aware of in angular 2 applications?

0 Answers  


How to write if else and then conditions in angular 4?

0 Answers  






What is *ngfor directive used for?

0 Answers  


List the command to install angular cli?

0 Answers  


What is the basic need to start with AngularJS?

0 Answers  


What is node js good for?

0 Answers  


Is angular faster than angularjs?

0 Answers  


What is ddo (directive definition object)?

0 Answers  


What is @input and @output in angular?

0 Answers  


Categories