injection of generic services in angular

Solutions on MaxInterview for injection of generic services in angular by the best coders in the world

showing results for - "injection of generic services in angular"
Esther
02 Sep 2016
1@NgModule({
2  imports: [CommonModule],
3  declarations: [Component3Component],
4  exports: [Component3Component],
5  providers: [ApiService, { provide: MY_API_ENDPOINT, useValue: "api.end.point.3" }]
6})
7export class App2Module { }
8
similar questions
queries leading to this page
injection of generic services in angular