vime icon indicating copy to clipboard operation
vime copied to clipboard

Import issue on angular 16

Open IsaacSomething opened this issue 1 year ago • 1 comments

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.

IsaacSomething avatar May 05 '23 08:05 IsaacSomething

+1

kadirmaev avatar Dec 03 '23 08:12 kadirmaev