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 router outlet ></ router outlet?

0 Answers  


What is ng-content directive in angular?

0 Answers  


What is httpinterceptor?

0 Answers  


Which Angular Directive Would You Use To Hide An Element From The DOM Without Modifying Its Style?

0 Answers  


What is the use of ngif directive?

0 Answers  






What is ecmascript ?

0 Answers  


How many types of data binding directives are provided by angularjs?

0 Answers  


What difference between ng-app vs. Data-ng-app and x-ng-app?

0 Answers  


Is angular modules and es modules are the same?

0 Answers  


What is difference between $evalAsync and $timeout?

0 Answers  


Is react faster than angular?

0 Answers  


What is @injectable providedin root?

0 Answers  


Categories