Questions tagged [angular-environmentproviders]

1 questions
0
votes
1 answer

Storybook-angular error - Type 'EnvironmentProviders' is not assignable to type 'Provider'

after upgrading storybook from 6.5 to version 7.0.23 with angular 16 I met this error: Type 'EnvironmentProviders' is not assignable to type 'Provider' Currently found that docs are changed, and providers should be in applicationConfig const meta:…