refactor(ts'ify): ts’ify mocks, directives and test_lib
Also cleans up global types.
This commit is contained in:
14
modules/angular2/pipes.ts
Normal file
14
modules/angular2/pipes.ts
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @module
|
||||
* @public
|
||||
* @description
|
||||
* This module provides advanced support for extending change detection.
|
||||
*/
|
||||
|
||||
export {PromisePipe} from './src/change_detection/pipes/promise_pipe';
|
||||
export {UpperCasePipe} from './src/change_detection/pipes/uppercase_pipe';
|
||||
export {LowerCasePipe} from './src/change_detection/pipes/lowercase_pipe';
|
||||
export {ObservablePipe} from './src/change_detection/pipes/observable_pipe';
|
||||
export {JsonPipe} from './src/change_detection/pipes/json_pipe';
|
||||
export {IterableChanges} from './src/change_detection/pipes/iterable_changes';
|
||||
export {KeyValueChanges} from './src/change_detection/pipes/keyvalue_changes';
|
Reference in New Issue
Block a user