Angular - Q&A
Angular Architecture.
-> ROUTING Implementation:
< --- > .Routing.ts File
- routerLink instead of href
- router-outlet : division of page where the routerLink component will be loaded.
- path & component : in routing.ts file
-> LAZY Loading : on-demand loading OR loading what is essential and necessary.
- break project in form of child/multiple components .
- loadChildren : in routing.ts file provide path for the component for which u want lazy loading.
Ex : Validation / Loggers / HTTP ...
implemented inside .Module.ts file
used to run angular App
Durgesh angular in one video
> We have predefined View, Component and CSS in Angular -> angular material.
> Similarly we have ng-bootstrap for angular.
It is very similar to bootstrap
Comments
Post a Comment