angular-docs-cn/modules/@angular/upgrade
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(typescript): Enabled noFallthroughCasesInSwitch 2016-06-22 16:08:55 -07:00
test fix(testing): remove the `toThrowErrorWith` matcher (jasmine has `toThrowError`) 2016-06-23 08:58:52 -07:00
index.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
package.json chore(package.json): make the packages installable 2016-05-27 17:21:34 -07:00
rollup.config.js fix(upgrade): fix bundling issue and fix e2e test 2016-06-21 11:12:42 -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
upgrade.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00