angular/modules/examples/src
vsavkin 7b511462af refactor(core): renamed injectables into appInjector
BREAKING CHANGES

Before:

@Component({injectables: [Type]} class MyCmp{}

After:

@Component({appInjector: [Type]} class MyCmp{}
2015-05-18 18:30:52 -07:00
..
benchpress fix(benchpress): benchpress fixes and a smoke test for Dart 2015-02-23 10:50:51 -08:00
forms refactor(core): renamed injectables into appInjector 2015-05-18 18:30:52 -07:00
gestures feat(decorators): adds decorators to be used by TS and Babel transpiled apps. 2015-04-29 15:13:25 -07:00
hello_world refactor(core): renamed injectables into appInjector 2015-05-18 18:30:52 -07:00
key_events feat(decorators): adds decorators to be used by TS and Babel transpiled apps. 2015-04-29 15:13:25 -07:00
material refactor(core): renamed injectables into appInjector 2015-05-18 18:30:52 -07:00
sourcemap fix(exception_handler): log errors via console.error 2015-04-30 11:45:34 -07:00
todo refactor(core): renamed injectables into appInjector 2015-05-18 18:30:52 -07:00