Explain the component directory structure of angular 4?
Answer / Ashutosh Arun
The component directory structure in Angular 4 is as follows:nnapp/n|-n|-n|-- app.componentn|-- app.module.tsn|-- components/n| |-- component1/n| |-- component1.component.tsn| |-- component1.component.htmln| |-- component1.component.cssn| |-- component2/n ...n|-- app.routes.ts
| Is This Answer Correct ? | 0 Yes | 0 No |
List and explain different types of directive available in angularjs?
Explain the steps for creating a services in angular 2?
What are the characteristics of 'scope'?
What is the difference between Factory, Service and Provider?
Explain directives ng-if, ng-switch and ng-repeat?
How do you identify a structural directive in html?
Explain call and apply method?
When latest angularjs was released?
What is a javascript factory?
How can primeng be used with angular2?
What is semantic element in html?
What is component in angular?