UNPKG

@drooms/ng-metadata

Version:

Angular 2 decorators and utils for Angular 1.x

20 lines 541 B
"use strict"; /** * @module * @description * This module provides a set of common Pipes. */ var async_pipe_1 = require("./async_pipe"); /** * A collection of Angular core pipes that are likely to be used in each and every * application. * * This collection can be used to quickly enumerate all the built-in pipes in the `pipes` * property of the `@Component` decorator. * * @experimental Contains i18n pipes which are experimental */ exports.COMMON_PIPES = [ async_pipe_1.AsyncPipe ]; //# sourceMappingURL=common_pipes.js.map