UNPKG

fabric8-planner

Version:
20 lines 735 B
import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { PopoverModule } from 'ngx-bootstrap'; import { InfotipComponent } from './infotip.component'; var InfotipModule = /** @class */ (function () { function InfotipModule() { } InfotipModule.decorators = [ { type: NgModule, args: [{ imports: [CommonModule, PopoverModule.forRoot()], declarations: [InfotipComponent], exports: [InfotipComponent] },] }, ]; /** @nocollapse */ InfotipModule.ctorParameters = function () { return []; }; return InfotipModule; }()); export { InfotipModule }; //# sourceMappingURL=infotip.module.js.map