UNPKG

@lucasolivamorim/nl2br-pipe

Version:

angular2+ pipe to transform new line character to <br />

21 lines 674 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { Nl2BrPipe } from './nl2br.pipe'; var Nl2BrPipeModule = /** @class */ (function () { function Nl2BrPipeModule() { } Nl2BrPipeModule.decorators = [ { type: NgModule, args: [{ imports: [ CommonModule ], declarations: [ Nl2BrPipe ], exports: [Nl2BrPipe] },] }, ]; return Nl2BrPipeModule; }()); export { Nl2BrPipeModule }; //# sourceMappingURL=nl2br-pipe.module.js.map