This error happens if any component is exported in NgModule
and not included in your public_api.ts
, Angular 9
will throw an error now.
This error was not coming in Angular 8
but after upgrading to Angular 9
it started showing.
If you exported any service
, module
or component
…
Top comments (0)