Angular Material using Angular Router with Lazy Loading and Named Outlets

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

great video, I'd never use lazy loading for each component, I think it's a good way to maintain the size of bundles low

hernanborrajo
Автор

The video is not finished, make it complete with named router outlet and lazy loading.

ArifjMamun
Автор

I didn't understand why you added component's modules into app.module.ts. My method is adding generic material module into app.module, then adding needed material modules into component's modules. So, I'm not using export in component's modules. I think we are doing same thing almost. But is there a any difference in loading process?

serhatdeligoz
Автор

When I click browser refresh material theme gone unable to connect style. Css local/books/style.css 404

vijaygv