UNPKG

ngbox

Version:

ngBox is the first angular 2 module used to overlay images, videos and iframes on the current page.

15 lines (10 loc) 254 B
import { Injectable } from '@angular/core'; @Injectable() export class NgBoxService { public id = 0; public current: any; public loading = false; public open = false; public images: any = []; constructor() { } }