Jordan Benge
1 min readMar 27, 2019

--

Did you properly import the service provider into your App.module.ts’ providers array and the app.component.ts' constructor?

You have to make sure that the import is happening at the top of your file. It should look something like this:

import { TabsService } from './core/tabs.service';

And then you follow the article for the rest of the steps to make sure that you imported it in the correct places.

--

--

Jordan Benge
Jordan Benge

Written by Jordan Benge

My name is Jordan Benge, I’m a freelance developer, who sometimes likes to write helpful articles on Medium for people who want to do things but don’t know how.

No responses yet