angular-cn/modules/@angular/router-deprecated
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
..
src chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00
test fix(testing): remove the `toThrowErrorWith` matcher (jasmine has `toThrowError`) 2016-06-23 08:58:52 -07:00
core_private.dart chore: router move-only 2016-05-02 13:27:03 -07:00
core_private.ts chore: audit @angular/core API classification (#8808) 2016-05-25 15:00:05 -07:00
index.ts chore: router move-only 2016-05-02 13:27:03 -07:00
package.json chore(package.json): make the packages installable 2016-05-27 17:21:34 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
router.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
testing.ts refactor(TypeScript): Add noImplicitAny 2016-06-08 16:20:50 -07:00
tsconfig-es5.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00
tsconfig-es2015.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00