angular-cn/modules/@angular/core
Alex Eagle dc6f72e963 fix(closure): replace property accesses (#11078)
Accessing a property on the window object must be done with square brackets.
Otherwise closure compiler may collide the symbol's alias between the property
and variable mappings.
Also, accessing the 'provide' property must be done with dot syntax, so that
it can be renamed along with the code that declares such a property.
2016-08-25 11:12:06 -07:00
..
src fix(closure): replace property accesses (#11078) 2016-08-25 11:12:06 -07:00
test feat(animations): make sure animation callback reports the totalTime (#11022) 2016-08-24 16:55:00 -07:00
testing refactor(core/testing): remove deprecated TestComponentBuilder 2016-08-23 09:59:00 -07:00
index.ts feat(animations): make sure animation callback reports the totalTime (#11022) 2016-08-24 16:55:00 -07:00
package.json feature(core): update RxJS to 5.0.0-beta.11 (#10648) 2016-08-22 17:17:23 -07:00
private_export.ts fix(core): Share private types through an exported interface. (#11009) 2016-08-23 16:18:11 -07:00
private_export_testing.ts fix(core): Share private types through an exported interface. (#11009) 2016-08-23 16:18:11 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts refactor(testing): remove deprecated testing functions (#10832) 2016-08-15 21:40:37 -07:00
tsconfig-es5.json feat(compiler): Added "strictMetadataEmit" option to ngc (#10951) 2016-08-22 17:37:48 -07:00
tsconfig-es2015.json feat(compiler): Added "strictMetadataEmit" option to ngc (#10951) 2016-08-22 17:37:48 -07:00