Fix NullInjectorError in Angular
To fix this issue please use.
@Injectable({
providedIn: ‘root’
})
Instead of using this
@Injectable()
Coding blog
To fix this issue please use.
@Injectable({
providedIn: ‘root’
})
Instead of using this
@Injectable()
One Reply to “Error: Uncaught (in promise): NullInjectorError: StaticInjectorError(AppModule) in Angular 8”