In this source code I will show you how to implement some Angular 2+ functionalities like Authentication, Router, Service, and others. Whether this project helped you, please donate for a coffee. Thanks.
Remember to make npm i or npm install in the root of the app to install the modules.
- .angular-cli.json
- src
- assets
- images
- index.html style.css
- app
- alert
- alert.component
- crud
- crud.ts
- home
- home.component
- modal
- modal.component
- shared
- alert.service.ts
- auth-guard.service.ts
- filter.pipe.ts
- router.ts
- user.service.ts
- user-cards
- user-cards.component
- user-delete
- user-delete.component
- user*edit
- user-edit.component
- user-signin-form
- user-signin-form.component
- user-signup-form
- user-signup-form.component
- app.component
- app.module
- alert
- assets
In this project we're using Angular Cli. Angular cli is a great for creating angular app.