chore(pipes): rename pipe_registry.ts -> pipes.ts
This is its own commit so that tools have an easier time of preserving history of the file, by keeping the diff between pipes.ts and pipe_registry.ts minimal. Also moved pipe_registry_spec.ts
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ import {
|
||||
SpyPipeFactory
|
||||
} from 'angular2/test_lib';
|
||||
|
||||
import {PipeRegistry} from 'angular2/src/change_detection/pipes/pipe_registry';
|
||||
import {PipeRegistry} from 'angular2/src/change_detection/pipes/pipes';
|
||||
|
||||
export function main() {
|
||||
describe("pipe registry", () => {
|
||||
Reference in New Issue
Block a user