hem-angular-gallery
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

import { GalleryModule } from 'hem-angular-gallery';

@NgModule({
imports: [ GalleryModule ]
})

import { GalleryImage } from 'hem-angular-gallery';

@Component({...})
export class AppComponent {
images = [ new GalleryImage('kitten1.jpg') ]
}

/hem-angular-gallery/

    Package Sidebar

    Install

    npm i hem-angular-gallery

    Weekly Downloads

    2

    Version

    0.0.2

    License

    Apache-2.0

    Unpacked Size

    1.19 MB

    Total Files

    67

    Last publish

    Collaborators

    • hemanthenggr