feat(router): implement router link DSL

Closes #5557

Closes #5562
This commit is contained in:
vsavkin
2015-12-03 16:14:34 -08:00
committed by Victor Savkin
parent e67e1952d0
commit 4ea5b6e57f
8 changed files with 365 additions and 8 deletions

View File

@ -7,7 +7,8 @@ export {
} from './directive_metadata';
export {SourceModule, SourceWithImports} from './source_module';
export {PLATFORM_DIRECTIVES, PLATFORM_PIPES} from 'angular2/src/core/platform_directives_and_pipes';
export * from 'angular2/src/compiler/template_ast';
export {TEMPLATE_TRANSFORMS} from 'angular2/src/compiler/template_parser';
import {assertionsEnabled, Type, CONST_EXPR} from 'angular2/src/facade/lang';
import {provide, Provider} from 'angular2/src/core/di';
import {TemplateParser} from 'angular2/src/compiler/template_parser';