What is core module in AngularJS?
Answer / chaitanya
ng is the core module in angular. This module is loaded by default when an angular app is started. This module provides the essential components for your angular app like directives, services/factories, filters, global APIs and testing components.
| Is This Answer Correct ? | 2 Yes | 1 No |
Explain property binding or one way binding in angular js?
Which other primeng components have you used with angular 2?
How do you use $filter?
What do you understand by constants in angular?
What are events in angularjs?
What are promises in angular 2?
What are observables in angular 2?
What do you mean by templateref and viewcontainerref?
What is angular promise?
Is it possible to have two ng-app directives for a single angular application?
What do you know about internationalization?
How will you convert a string into a percentage?