feat(mock): add mock module and bundle

Closes #2325
This commit is contained in:
Brian Ford
2015-06-22 12:22:46 -07:00
parent e5de1f771a
commit 2932377769
2 changed files with 19 additions and 1 deletions

5
modules/angular2/mock.ts Normal file
View File

@ -0,0 +1,5 @@
export * from './src/mock/mock_location_strategy';
export {LocationStrategy} from './src/router/location_strategy';
export {MockTemplateResolver} from 'angular2/src/mock/template_resolver_mock';
export {MockXHR} from 'angular2/src/render/xhr_mock';