Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 ng build --prod 来使用 AOT 编译。我不知道我做错了什么。
项目网址 - https://github.com/nishant1596/sampleAOT
请帮助,在此先感谢
我正在使用这种形式的lazyLoading -
loadChildren : ()=> import ('./home/home.module').then(m=>m.HomeModule)
代替
loadChildren : './home/home.module#HomeModule'
loadChildren : './home/home.module#HomeModule