Thursday, December 19, 2019

a different way to do the Injectable decorator at a service in an Angular 8 application which cries out the module to wire it up

@Injectable({
   providedIn: AppModule
})

No comments:

Post a Comment