ERROR Error: StaticInjectorError(AppModule)[UserformService -> HttpClient]:

前端 未结 9 1393
一整个雨季
一整个雨季 2021-02-03 17:55

While trying to add a PrimeNG table I broke my build here: https://github.com/BillyCharter87/Tech-O-Dex-UI/tree/BrokeIt

I recall updating my package.json fr

9条回答
  •  眼角桃花
    2021-02-03 18:16

    provide all custom services means written by you in component decorator section Example : providers: [serviceName]

    note:if you are using service for exchanging data between components. declare providers: [serviceName] in module level

提交回复
热议问题