- Angular 5
- Typescript
- CRUD, Modals, Pagination, Animation, etc
- This project was generated with Angular CLI version 1.5.0.
Referenced chsakell's Angular 4 best practice and Robert Dyball's authentication using JWT and OpenIdDict.
- Run the project from ContosoUniversity-Backend (Important)
- Clone or download this project
- Download Visual Studio Code
- Navigate to
File - Open Folder
and open this project (make sure the path is../ContosoUniversity-Frontend-master\ContosoUniversity-Frontend-master
) - Open Terminal
View - Integrated Terminal
and runnpm install
then runng serve
- Navigate to
http://localhost:4200/
- If it is throwing an error related to Angular-CLI version, follow the steps below in the terminal:
npm uninstall --save-dev angular-cli
npm install --save-dev @angular/cli@latest
npm install
There are two roles: Admin & User. Each role has different functionalities.
- Admin account
- username: [email protected]
- password: P@$$w0rd
- User account
- username: [email protected]
- password: P@$$w0rd