ERROR in src/app/app-routing.module.ts:43:28 - error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system', or 'umd'.
43 loadChildren: () => import('./component/component.module').then(m => m.ComponentsModule)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
when i install npm then this error throw
d successfully.