UNPKG
@drooms/ng-metadata
Version:
latest (4.0.2)
4.0.2
Angular 2 decorators and utils for Angular 1.x
github.com/ngParty/ng-metadata
ngParty/ng-metadata
@drooms/ng-metadata
/
src
/
common
/
pipes.d.ts
8 lines
(7 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@module
*
@description
* This module provides a set of common Pipes. */
export
{
AsyncPipe
}
from
'./pipes/async_pipe'
;
export
{
COMMON_PIPES
}
from
'./pipes/common_pipes'
;