DEV Community

SAC
SAC

Posted on

Upgrade to Angular 16

While updating our application from Angular 15 to Angular 16 we are getting the same error at multiple places. The error is:

error NG2012:
Component imports must be standalone components, directives, pipes, or must be NgModules.

Does anyone know how to resolve it? Thanks

Top comments (0)