You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Component imports must be standalone components, directives, pipes, or must be NgModules.
when importing import { VimeModule } from '@vime/angular'; for angular 16. I think v16 is forcing all libraries onto ivy with the removal of ngcc
There is a mention of it on the update page https://update.angular.io/ but its not much,
Due to the removal of the Angular Compatibility Compiler (ngcc) in v16,
projects on v16 and later no longer support View Engine libraries.
The text was updated successfully, but these errors were encountered:
Getting the issue
when importing
import { VimeModule } from '@vime/angular';
for angular 16. I think v16 is forcing all libraries onto ivy with the removal of ngccThere is a mention of it on the update page https://update.angular.io/ but its not much,
The text was updated successfully, but these errors were encountered: