使用 ng serve / nx serve 时,我的 Angular10 应用程序运行良好。NGRX 商店和功能商店按预期工作。
但是,当我尝试从项目中的任何 Lib 运行 Storybook 时,我会遇到错误。为什么是这样?我该如何解决?到目前为止我还没有找到解决方案。
这是错误的一部分:
StaticInjectorError(Platform: core)[InjectionToken @ngrx/store Check if Action types are unique -> InjectionToken @ngrx/store Internal Runtime Checks]:
NullInjectorError: No provider for InjectionToken @ngrx/store Internal Runtime Checks!
有谁知道解决方案?谢谢。