angular-cn/packages/core/test/bundling
Misko Hevery 77c382ccba feat(core): Adds DI support for `providedIn: 'platform'|'any'` (#32154)
Extend the vocabulary of the `providedIn` to also include  `'platform'` and `'any'`` scope.
```
@Injectable({
  providedId: 'platform', // tree shakable injector for platform injector
})
class MyService {...}
```

PR Close #32154
2019-08-29 21:51:56 -07:00
..
animation_world refactor(ivy): remove all old styling code prior to refactor (#31193) 2019-07-23 15:45:32 -07:00
core_all ci: update size benchmarks for core with 9.0.0-next.4 (#32255) 2019-08-28 21:39:24 -07:00
cyclic_import refactor(ivy): move directive, component and pipe factories to ngFactoryFn (#31953) 2019-08-27 13:57:00 -07:00
hello_world refactor(ivy): move directive, component and pipe factories to ngFactoryFn (#31953) 2019-08-27 13:57:00 -07:00
hello_world_i18n build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
hello_world_r2 build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
injection feat(core): Adds DI support for `providedIn: 'platform'|'any'` (#32154) 2019-08-29 21:51:56 -07:00
todo refactor(ivy): move directive, component and pipe factories to ngFactoryFn (#31953) 2019-08-27 13:57:00 -07:00
todo_i18n build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
todo_r2 build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
util build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871) 2019-02-28 12:06:36 -08:00