angular-cn/modules/angular2/test/router/integration
vsavkin 89eefcd7b5 cleanup(tooling): move tooling to the browser platform and rename profile into instrumentation
BREAKING CHANGE

Before

import * as p from 'angular2/profile';
import * as t from 'angular2/tools';

After

import * as p from 'angular2/instrumentation';
import * as t from 'angular2/platform/browser';
2015-11-24 19:29:52 +00:00
..
lifecycle_hook_spec.ts Revert "refactor(router): improve recognition and generation pipeline" 2015-11-23 16:26:47 -08:00
navigation_spec.ts Revert "refactor(router): improve recognition and generation pipeline" 2015-11-23 16:26:47 -08:00
router_integration_spec.ts cleanup(tooling): move tooling to the browser platform and rename profile into instrumentation 2015-11-24 19:29:52 +00:00
router_link_spec.ts Revert "feat(router): allow linking to auxiliary routes" 2015-11-23 16:34:40 -08:00