I want to create NewService
. And I want to have possibility to call it from all application?
Where I should inject it in SharedModule (module which exports all reusable modules) or in AppModule ( main module of my application)
@NgModule({
providers: [
// Here?
]
})