refactor(core): move core/compiler to core/linker, adjust imports

This commit is contained in:
Tobias Bosch
2015-10-02 07:37:23 -07:00
parent 9f4fa1ab0a
commit 6248a5e846
86 changed files with 204 additions and 204 deletions

View File

@ -14,4 +14,4 @@ export {
OnDestroy,
OnInit,
DoCheck
} from './src/core/compiler/interfaces';
} from './src/core/linker/interfaces';