This package is a part of the IT-era/ngx packages suite.
Get it on npm :
npm i @it-era/ngx-lazy-load
And add the NgxLazyLoadModule
into the imports array of your module :
import { NgxLazyLoadModule } from '@it-era/ngx-lazy-load';
// ...
@NgModule({
imports: [
NgxLazyLoadModule,
// ...
]
})
export class YourModule { }
You can find it here.