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

How to disable right click event in angularjs?

0 Answers  


What is the provider method in angularjs?

0 Answers  


How to use foreach in angular js?

0 Answers  


What is a factory?

0 Answers  


How to generating new pipes, tabs, components and pages using ionic 3 cli in angular 4?

0 Answers  






What are the advantages and disadvantages of aot compilation?

0 Answers  


What is angular compatibility compiler (ngcc) in angular 7?

0 Answers  


What is ViewModel in AngularJS?

1 Answers  


What is ng-model in angularjs?

0 Answers  


Is typescript a programming language?

0 Answers  


What is the use of services in angular 4?

0 Answers  


How did you stop observable?

0 Answers  


Categories