sml-ng-line-break

1.0.2 • Public • Published

line-break

angular line break pipe

sml-ng-line-break

Overview

A simple way to provide line break into the html template in angular application.

Installation

step1: npm i sml-ng-line-break --save


Step2: Import SmlNgLineBreakPipe into your app module

import { SmlNgLineBreakPipe } from 'sml-ng-line-break';

@NgModule({ declarations: [ AppComponent, SmlNgLineBreakPipe ], imports: [ BrowserModule ], providers: [], bootstrap: [AppComponent] })

export class AppModule { }


step3: Use SmlNgLineBreakPipe into your html template.

[innerHTML]=" message | smlnglinebreak"


DEMO:

You can download and run it from your local.

github url : https://github.com/Muthulakshmisankar/sml-ng-line-break/tree/master


Package Sidebar

Install

npm i sml-ng-line-break

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

5.31 kB

Total Files

3

Last publish

Collaborators

  • muthulakshmi