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 |
List of useful ionic 3 cli commands?
What is bazel and closure compiler in angular 6? Explain
What is httpclient in angular?
What is angular 5? Whats new in it?
What is property in angular?
Can you explain factory method in angularjs?
What is tree shaking?
What are controllers in AngularJS?
What are different Angular form properties?
Describe the angularjs boot process.
What is the difference between factory and service in angular 2?
How will you explain deep linking in angularjs?