0:00 Configtarion of Angular Restaurant Project
0:50 Angular CLI installation
2:20 Install JSON-server in Angular Project
4:00 implement Bootstrap in Angular Project
5:50 Create Components using Angular CLI
6:50 Design Restaurant Dashboard
20:02 Make Reactive Forms
30:03 Make Service an Angular App
1:07:00 Make Login and Signup components
1:07:45 Routing of Project
1:11:00 Design Login and Signup page
1:26:00 Create Signup API
1:49:45 Finishing Our Project
Angular 8 File Structure e2e(end-to-end) – This folder contains test cases for testing the complete application along with its specific configuration files. node_modules – Contains all the node-modules used in the angular application. src – Complete source code of the application resides in src folder. app – root component of the application. assets – contains all the images or resources used in the application. environments – contains build configuration environments of the application. We can create any target environment and specify its configuration here. index.html – This is the main html page which is rendered when someone opens your website or application. main.ts – This is the main entry point of the angular application which compiles the AppModule and renders the specified bootstrap component in the browser. styles.css – Contains all the styles to be used as globally in the application....
Please above this project give me the project source file
ReplyDelete