> app-routing.module.ts
const routes: Routes = [
{ path: '', redirectTo: 'test', pathMatch: 'full' },
{
path: 'test',
loadChildren: () => import('./test-lazy-loading/test-lazy-loading.module').then(m => m.TestLazyLoadingModule)
}
];
ERROR
GET http://localhost/styles.09e2c710755c8867a460.css net::ERR_ABORTED 404 (Not Found)
2localhost/:12 GET http://localhost/runtime-es2015.eb2b81c6532ef7a6ad37.js net::ERR_ABORTED 404 (Not Found)
работает при запуске ng serve , но при сборке ng build --prod не работает. пожалуйста, помогите мне! спасибо