antnh1
0
Q:

Unsupported private class . This class is visible to consumers via

# Error Unsupported private class fooComponent. This class is visible to consumers via barModule
# In angular 9 it complains becuase it wants you to add it to the public api 
# Add your component to public_api.ts
export * from './lib/components/some-me/some-me.component';
0

New to Communities?

Join the community