Angular Create Guard
ng g guard GuardName
Ham-Solo
ng g guard GuardName
create guard without spect.ts
ng g guard GuardName --skip-tests
--implements
ng generate guard guardName
ng generate <schematic> [options]