Javascript – 'imports' is only valid on a component that is standalone
I updated my Angular 18 applications (with standalone components standalone: true) to Angular 19 using ng update: ❯ Updates non-standalone Directives, Component and Pipes to 'standalone:false' and removes 'standalone:true' from those who are standalone. So far so good, all standalone:…