We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a6a02 commit fe75d0dCopy full SHA for fe75d0d
README.md
@@ -41,10 +41,10 @@ Generate the components
41
42
Generate the "fake" Service
43
`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
+
+Add an angular jwt package, for handling the jwt, the login etc.
+`npm i @auth0/angular-jwt`
+Add the Auth guard, to make sure only LoggedIn Users can access the Protected Module
49
`ng g g Auth`
50
then implement the CanActivate interface
0 commit comments