Background:
Seems like you have missed to add your service in providers array on module.
@NgModule({ imports: [], providers: [FormsLibService], declarations: [FormsLibComponent, FormsLibService], exports: [FormsLibComponent, FormsLibService], })