Skip to content

it-era/ngx-lazy-load

Repository files navigation

IT-era / NgxLazyLoad

This package is a part of the IT-era/ngx packages suite.

GitHub npm

Installation

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 { }

Changelog

You can find it here.