UNPKG

@nbxx/nb-input

Version:
15 lines 483 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { NbtipsComponent } from "./nbtips.component"; export class NbtipsModule { } NbtipsModule.decorators = [ { type: NgModule, args: [{ imports: [ CommonModule, ], declarations: [NbtipsComponent], exports: [NbtipsComponent], },] }, ]; //# sourceMappingURL=nbtips.module.js.map