July 2018
Intermediate to advanced
420 pages
8h 46m
English
Let's take a look at the current folder structure of our authentication module:

In the preceding screenshot, note that we created only one route file inside the root of the auth folder; we did not include any route files in any of the other folders/modules inside the auth folder, such as login, register, and logout. This is because we will use the auth-routing.module.ts file to create all of the routes related to authentication.
Now, we will create the authentication routes:
Read now
Unlock full access