Saturday, 23 September 2017

implementation of Angular 5



1.component
2.directive
3.service
4.routing


Project contain following Files:
  • component.css − css file for the new component is created.
  • component.html − html file is created.
  • component.spec.ts − this can be used for unit testing.
  • component.ts − here, we can define the module, properties, etc.

No comments:

Post a Comment