In this tutorial, you'll learn how to build an authentication in your Node Angular app using Passport.js.
The tutorial assumes the reader to be fa...
For further actions, you may consider blocking this person and/or reporting abuse
ERROR in src/app/app-routing.module.ts(7,59): error TS2304: Cannot find name 'AuthGuard'.
Hello, it seems you missed to import the
AuthGuardand I missed to reference that in the tutorial also. My bad :)Simply do,
in
app-routing.module.ts. And you should be good to go. Please refer the source code attached in the tutorial for further reference. Thanks for reading.