标签: angularjs webpack ecmascript-6 lazy-loading
我有使用webpack构建的angularjs应用程序。 我使用ES6模块,并在每个组件中导入css。 无论如何,我希望只在我导航到组件时才包含和使用CSS - 延迟加载。 我该怎么做?