I upgraded all my angular library to angular 9.0.0
using ng update
and when I try to build them I got below error.
Error:
Unsupported private class SomeComponent. This class is visible to consumers via SomeModule -> SomeComponent, but is not exported from the top-level library entrypoint.
Anyone solved this error?
export * from './lib/material.module';
– Pyrrho