Friday, November 15, 2019

Angular 6 Project Structure

Learn the Project Structure of Angular 6

Shubh Techno Expert

https://www.youtube.com/watch?v=povG03z340E

you will able to understand the Project Structure .


Project Architecture
app-routing.module.ts
This Module is used to define Routing
app.component.html
This HTML file is used for UI and HTML designing
app.component.spec.ts
This file is used for Unit Testing .
app.component.ts
This is typescript File where you can write your script .
app.module.ts
This is the Module where you can import and define modules.
Index.html
This is the Startup file
angular.json
Here you can set your Botstrap css file and script files
Src Folder
   This Folder Contains all your Files
.editorconfig
This is the Configration File of Project

No comments:

Post a Comment

Mat Table Angular

Mat Table in Angular Mat table is used to display data . its a material designed styled data-table . For using Material Table MatTableMo...