EDIT : Obviously this is outdated, now you provide your guard at the providers array in an NgModule. Watch other answers or official documentation
providers
Try to add
@Injectable({ providedIn: 'root' }) no need to add to module provider.
@Injectable({ providedIn: 'root' })