You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Angular 8 Spring Boot JWT Authentication example
2
+
3
+
> [Angular 8 + Spring Boot: JWT Authentication example](https://bezkoder.com/angular-spring-boot-jwt-auth/)
4
+
5
+
# Angular 8 JWT Authentication example
6
+
7
+
For more detail, please visit:
8
+
> [Angular 8 JWT Authentication with HttpInterceptor and Router](https://bezkoder.com/angular-jwt-authentication/)
9
+
10
+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.21.
11
+
12
+
## Development server
13
+
14
+
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
15
+
16
+
## Code scaffolding
17
+
18
+
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
19
+
20
+
## Build
21
+
22
+
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
23
+
24
+
## Running unit tests
25
+
26
+
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
27
+
28
+
## Running end-to-end tests
29
+
30
+
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
31
+
32
+
## Further help
33
+
34
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
0 commit comments