Hi, I have a module with a service that I want to use in my project. I ran command npm install <github url> to install the module. Then I add the module to my imports in my app.module.ts. then I add my serice to my procivers in app.module.ts. then in my component class I add my service as a provider and add it to my constructor. I get the following error
Uncaught Error: Can't export value NbcService from CommonLibraryModule as it was neither declared nor imported! I can't figure it out any ideas? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
