vime
vime copied to clipboard
Import issue on angular 16
Getting the issue
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.
+1