Receiving the following error. No sure what to do. Importing one of the component library and trying to use into my ionic project.
Library is using Angular 4, Ionic 3.
Error received after running "ionic-app-scripts serv" in my ionic project
Receiving the following error. No sure what to do. Importing one of the component library and trying to use into my ionic project.
Library is using Angular 4, Ionic 3.
Error received after running "ionic-app-scripts serv" in my ionic project
You have a component, directive, pipe, or service that has a constructor parameter constructor(foo:Config) but you haven't registered a provider for type Config. Angulars DI therefore can't create an instance of this class and instead throws an exception.