designcourse / angular-auth-demo

A full Angular Firebase Authentication demo based on a coursetro.com tutorial.
101 stars 111 forks source link

AuthGuard and RxJS #12

Open philip-bolokhov opened 4 years ago

philip-bolokhov commented 4 years ago

Angular now has a command ng generate guard which will create an empty guard. Regardless of that, it is better to put a guard into a dedicated file auth.guard.ts rather than auth.service.ts

Further, RxJS operators are now used inside of pipe(), not by themselves