angular-cn/modules/examples
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
..
e2e_test chore(material): add e2e smoke tests for a few more components. 2015-05-18 14:34:36 -07:00
src refactor(core): renamed injectables into appInjector 2015-05-18 18:30:52 -07:00
test/benchpress chore: dartfmt Dart code in the repo 2015-05-11 09:50:33 -07:00
pubspec.yaml chore(dart): use --trust-type-annotations and --trust-primitives 2015-05-08 16:13:53 -07:00