I'm trying to use AOT compilation using ng build --prod. I don't know what I'm doing wrong.
Project Url- https://github.com/nishant1596/sampleAOT
Please Help, Thanks in advance
I'm trying to use AOT compilation using ng build --prod. I don't know what I'm doing wrong.
Project Url- https://github.com/nishant1596/sampleAOT
Please Help, Thanks in advance
I was using this form of lazyLoading -
loadChildren : ()=> import ('./home/home.module').then(m=>m.HomeModule)
instead of
loadChildren : './home/home.module#HomeModule
'