angular-cn/modules/angular2/test/router
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
..
integration cleanup(tooling): move tooling to the browser platform and rename profile into instrumentation 2015-11-24 19:29:52 +00:00
location_spec.ts fix(router): apply APP_BASE_HREF when using PathLocationStrategy 2015-11-17 21:19:22 +00:00
path_recognizer_spec.ts Revert "refactor(router): improve recognition and generation pipeline" 2015-11-23 16:26:47 -08:00
route_config_spec.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
route_config_spec.ts cleanup(tooling): move tooling to the browser platform and rename profile into instrumentation 2015-11-24 19:29:52 +00:00
route_recognizer_spec.ts Revert "refactor(router): improve recognition and generation pipeline" 2015-11-23 16:26:47 -08:00
route_registry_spec.ts Revert "feat(router): allow linking to auxiliary routes" 2015-11-23 16:34:40 -08:00
router_link_spec.ts cleanup(tooling): move tooling to the browser platform and rename profile into instrumentation 2015-11-24 19:29:52 +00:00
router_spec.ts Revert "refactor(router): improve recognition and generation pipeline" 2015-11-23 16:26:47 -08:00
spies.dart refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
spies.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
url_parser_spec.ts test(router): add missing tests for the url parser 2015-10-13 12:06:22 -07:00