What are the components?
Answer / Ajay Kumar Pandey
In AngularJS, components are reusable building blocks that consist of a controller, a template, and optional CSS. They encapsulate the behavior and appearance of specific parts of your application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between an observable and a promise?
What is *ngfor directive used for?
What are the core differences between observables and promises?
What is provider in angularjs?
How did you reverse a string?
What is example of directive?
What are inbuilt pipes?
How can we share data between controllers?
Explain ng-include directive.
When should we use an attribute versus an element in custom directives?
What is internationalization? How can it be implemented in angularjs?
What is router and switch?