angular/modules/@angular/core/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
..
animation feat(animations): make sure animation callback reports the totalTime (#11022) 2016-08-24 16:55:00 -07:00
change_detection refactor(core): remove deprecated 'bootstrap' (#10831) 2016-08-16 11:15:01 -07:00
debug refactor(core): Removed deprecated DebugNode.inject() (#10751) 2016-08-12 15:57:23 -07:00
di fix(closure): replace property accesses (#11078) 2016-08-25 11:12:06 -07:00
i18n feat(i18n): pass translation config directly into ngc (#10622) 2016-08-12 14:45:36 -07:00
linker feat(animations): make sure animation callback reports the totalTime (#11022) 2016-08-24 16:55:00 -07:00
metadata refactor(core): remove deprecated @Component.directives and @Component.pipes 2016-08-23 09:59:00 -07:00
profile refactor: remove ts2dart annotations 2016-08-01 11:34:51 -07:00
reflection refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
render feat(animations): allow animation integration support into host params 2016-07-12 14:55:36 -07:00
testability chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
util fix(core): assigns an overriden name to constructor named constructor (#11043) 2016-08-24 10:21:13 -07:00
zone refactor(chore): remove deprecated NgZoneError (#10822) 2016-08-15 16:10:30 -07:00
application_init.ts chore: update public api and integrate minor review comments 2016-08-02 11:23:26 -07:00
application_module.ts refactor(various): remove a few lingering but unused deprecated apis (#10896) 2016-08-17 16:36:10 -07:00
application_ref.ts refactor(core): remove deprecated @Component.directives and @Component.pipes 2016-08-23 09:59:00 -07:00
application_tokens.ts chore: update public api and integrate minor review comments 2016-08-02 11:23:26 -07:00
change_detection.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
console.ts refactor: dart 2016-08-01 11:34:51 -07:00
di.ts refactor(core): remove deprecated functions ReflectiveInjector.fromResolvedBindings and ResolvedReflectiveBinding (#10819) 2016-08-17 16:53:09 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
linker.ts feat(linker): Allow configurable module prefixes and suffixes. (#11049) 2016-08-24 16:54:42 -07:00
metadata.ts feat(core): add NO_ERRORS_SCHEMA that allows any properties to be set on any element (#10956) 2016-08-19 16:05:34 -07:00
platform_core_providers.ts refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00
render.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
security.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
type.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
util.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
zone.ts refactor(chore): remove deprecated NgZoneError (#10822) 2016-08-15 16:10:30 -07:00