Answer Posted / 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 View All Answers
How to create a new component using cli in angular 4?
What is router imports?
What is flex layout in angular?
Explain AngularJS Application Life-Cycle?
How to use {}, [], [] and [()] in angular2 template?
When should you use json web tokens?
What is the difference between a stateful and stateless component in angularjs?
What do you know about uppercase filter and lowercase filter in angularjs?
What is an event listener?
Do you think that parent controller can access the methods of child controller or vice versa?
What is the difference between component and directive?
Explain order by filter?
What is npx?
What is the aot?
What is example of directive?