angular/packages/compiler-cli/integrationtest/bazel/injectable_def/app/src
Alex Rickabaugh db56836425 feat: tree-shakeable providers API updates (#22655)
Rename @Injectable({scope -> providedIn}).

Instead of {providedIn: APP_ROOT_SCOPE}, accept {providedIn: 'root'}.
Also, {providedIn: null} implies the injectable should not be added
to any scope.

PR Close #22655
2018-03-13 09:28:05 -07:00
..
basic.ts feat: change @Injectable() to support tree-shakeable tokens (#22005) 2018-02-12 14:34:59 -08:00
dep.ts feat: tree-shakeable providers API updates (#22655) 2018-03-13 09:28:05 -07:00
hierarchy.ts feat: change @Injectable() to support tree-shakeable tokens (#22005) 2018-02-12 14:34:59 -08:00
root.ts feat: tree-shakeable providers API updates (#22655) 2018-03-13 09:28:05 -07:00
root_lazy.ts feat: allow direct scoping of @Injectables to the root injector (#22185) 2018-02-15 14:20:27 -08:00
root_service.ts feat: tree-shakeable providers API updates (#22655) 2018-03-13 09:28:05 -07:00
self.ts feat: tree-shakeable providers API updates (#22655) 2018-03-13 09:28:05 -07:00
string.ts feat: tree-shakeable providers API updates (#22655) 2018-03-13 09:28:05 -07:00
token.ts feat: tree-shakeable providers API updates (#22655) 2018-03-13 09:28:05 -07:00