angular/modules/@angular/platform-browser/src
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
..
browser fix(closure): replace property accesses (#11078) 2016-08-25 11:12:06 -07:00
dom refactor(animations): add an onStart handler for AnimationPlayer (#10360) 2016-08-22 16:39:52 -07:00
security refactor(RegExpWrapper): remove the facade (#10512) 2016-08-05 09:50:49 -07:00
web_workers refactor(various): remove a few lingering but unused deprecated apis (#10896) 2016-08-17 16:36:10 -07:00
browser.ts feat(core): Throw a descriptive error when BrowserModule is installed a second time (via lazy loading). (#10899) 2016-08-18 13:34:28 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
worker_app.ts feat(compiler): Added "strictMetadataEmit" option to ngc (#10951) 2016-08-22 17:37:48 -07:00
worker_render.ts refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00