Gallery
Installation
npm install ontimize-web-ngx-gallery --save
Usage
Import in an application module
Import the Ontimize Web gallery module in the app module where you want to use it.
import { OGalleryModule } from 'ontimize-web-ngx-gallery';
@NgModule({
imports: [
OGalleryModule
],
declarations: ...
providers: ...
})
export class ExampleModule { }