134.1. Configuring routes - generate app-routing.module (#17)

This commit is contained in:
Art
2021-09-17 16:58:29 +03:00
parent 19535a9749
commit 42131d74a9
3 changed files with 24 additions and 1 deletions

View File

@ -1,2 +1,12 @@
# art-get-arrays-jwt-springsecurity-angular
JSON Web Token (JWT) with Spring Security And Angular - Tutorial from Get Arrays (Udemy)
### Notes
#### Section 19: HTML Template
##### 134. Configuring routes
- Generate AppRoutingModule
- `ng generate module app-routing --flat --module=app`