UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

17 lines (16 loc) 216 B
# Plural ## Usage ``` import { DecodeURIPipe } from 'novo-elements'; ``` ``` @Component({ ..., pipes: [DecodeURIPipe] ... }) export class MyComponent() {} ``` ``` <p>{{ 'Kitty%2C' | decodeURI }}</p> ```