2015-06-01 22:51:00 -07:00
p.location-badge.
exported from <a href='../pipes'>angular2/pipes</a>
2015-06-19 12:08:22 -07:00
defined in <a href="https://github.com/angular/angular/tree/3a0410a/modules/angular2/src/change_detection/pipes/lowercase_pipe.ts#L2-L41">angular2/src/change_detection/pipes/lowercase_pipe.ts (line 2)</a>
2015-06-01 22:51:00 -07:00
:markdown
Implements lowercase transforms to text.
# Example
In this example we transform the user text lowercase.
```
@Component({
selector: "username-cmp"
})
@View({
template: "Username: {{ user | lowercase }}"
})
class Username {
user:string;
}
```
.l-main-section
h2 Members
.l-sub-section
2015-06-19 12:08:22 -07:00
h3 supports
2015-06-01 22:51:00 -07:00
pre.prettyprint
code.
2015-06-19 12:08:22 -07:00
supports(str)
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
2015-06-19 12:08:22 -07:00
h3 onDestroy
2015-06-01 22:51:00 -07:00
pre.prettyprint
code.
2015-06-19 12:08:22 -07:00
onDestroy()
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
h3 transform
pre.prettyprint
code.
transform(value: string)
:markdown