Skip to content

Commit fe75d0d

Browse files
committed
4: update readme
1 parent 70a6a02 commit fe75d0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ Generate the components
4141

4242
Generate the "fake" Service
4343
`ng g s public/auth`
44-
45-
Add an angular jwt package, for handling the jwt, the login etc.
46-
`npm i @auth0/angular-jwt`
47-
48-
Add the Auth guard, to make sure only LoggedIn Users can access the Protected Module
44+
45+
Add an angular jwt package, for handling the jwt, the login etc.
46+
`npm i @auth0/angular-jwt`
47+
48+
Add the Auth guard, to make sure only LoggedIn Users can access the Protected Module
4949
`ng g g Auth`
5050
then implement the CanActivate interface

0 commit comments

Comments
 (0)