fknop / angular-pipes

Useful pipes for Angular
https://fknop.gitbook.io/angular-pipes/
MIT License
732 stars 157 forks source link

StripTagsPipe LatinizePipe WrapPipe WithPipe #31

Closed Iraecio closed 7 years ago

Iraecio commented 7 years ago

StriptagsPipe => out html tags from string Important: this Pipe jobs it's not to replace innerHtml directive, it's only for tiny plain text

LatinizePipe => Remove accents/diacritics from a string

WrapPipe => Wrap a string with another string

WithPipe => check string has start and/or ends

fknop commented 7 years ago

It's been merged to master, it will be published tonight or tomorrow.