angular-docs-cn/modules/@angular/router-deprecated/test
Victor Berchet e1e5c40ef7 fix(testing): remove the `toThrowErrorWith` matcher (jasmine has `toThrowError`)
BREAKING CHANGE:

Before:

    expect(...).toThrowErrorWith(msg);

After:

    expect(...).toThrowError(msg);
2016-06-23 08:58:52 -07:00
..
directives style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
integration fix(testing): remove the `toThrowErrorWith` matcher (jasmine has `toThrowError`) 2016-06-23 08:58:52 -07:00
location style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
route_config fix: split dynamic bits in platform-browser into platform-browser-dynamic 2016-06-14 15:31:24 -07:00
rules style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
route_registry_spec.ts fix(testing): remove the `toThrowErrorWith` matcher (jasmine has `toThrowError`) 2016-06-23 08:58:52 -07:00
router_spec.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
spies.dart chore: router move-only 2016-05-02 13:27:03 -07:00
spies.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
url_parser_spec.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00