For a website with authentication in Angular2, I want to use a component of the authentication submodule in the main app component. However, I keep getting the following err
I got similar issue. The mistake i made was I did not add service in the providers array in app.module.ts. Hope this helps, Thank You.