AddGuardsandToastr - Hosseinkaveh/DatingApp GitHub Wiki

Add Toastr service for notification :

cli : npm install ngx-toastr then add module in app.module to use,

Add Guards for guars route:

ng g guard name --skip-test for use in app.routing.modules canActive:[guardName]

shared Module

ng g m shared --flat