angular-cn/packages
Alex Rickabaugh 9f20dd937a feat(ivy): give ngtsc a basic understanding of ModuleWithProviders (#24738)
This commit changes the @NgModule provider to understand that sometimes
an import will resolve to an object instead of a type, and that object
could be of the ModuleWithProviders type. In that case, the 'ngModule'
property is read, and its value used instead.

This still will not handle ModuleWithProviders references across
compilation units; that work is coming in a future PR.

PR Close #24738
2018-07-12 16:36:35 -04:00
..
animations docs: fix misdirected group links (#24569) 2018-06-25 10:03:42 -07:00
bazel feat(bazel): protractor_web_test_suite for release (#24787) 2018-07-12 16:34:45 -04:00
benchpress refactor: infer type for `it()` assertion functions (#19904) 2018-07-06 13:48:02 -07:00
common test(common): run common/http tests with Bazel (#24738) 2018-07-12 16:36:35 -04:00
compiler fix(ivy): generate a type parameter for InjectorDef (#24738) 2018-07-12 16:36:35 -04:00
compiler-cli feat(ivy): give ngtsc a basic understanding of ModuleWithProviders (#24738) 2018-07-12 16:36:35 -04:00
core refactor(ivy): remove content query creation from directive factories (#24811) 2018-07-12 16:32:33 -04:00
docs refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
elements test: run unit tests in random order (#19904) 2018-07-06 13:48:02 -07:00
examples refactor: infer type for `it()` assertion functions (#19904) 2018-07-06 13:48:02 -07:00
forms docs(forms): update API reference for form validators (#24734) 2018-07-10 18:52:40 -07:00
http test: make `NgMatchers` type-aware (#19904) 2018-07-06 13:48:02 -07:00
language-service fix(language-service): do not overwrite native `Reflect` (#24299) 2018-07-09 15:09:16 -07:00
platform-browser fix(platform-browser): workaround wrong import path generated by ngc for DOCUMENT (#24830) 2018-07-10 17:09:29 -07:00
platform-browser-dynamic ci(ivy): configure CI environments for Ivy JIT and AOT (#24309) 2018-06-08 13:34:27 -07:00
platform-server fix(animations): set animations styles properly on platform-server (#24624) 2018-06-25 07:58:11 -07:00
platform-webworker test: make `NgMatchers` type-aware (#19904) 2018-07-06 13:48:02 -07:00
platform-webworker-dynamic ci(ivy): configure CI environments for Ivy JIT and AOT (#24309) 2018-06-08 13:34:27 -07:00
router feat(router): add urlUpdateStrategy allow updating the browser URL at the beginning of navigation (#24820) 2018-07-12 14:40:08 -04:00
service-worker fix(service-worker): avoid network requests when looking up hashed resources in cache (#24127) 2018-07-06 13:50:37 -07:00
upgrade test: run unit tests in random order (#19904) 2018-07-06 13:48:02 -07:00
BUILD.bazel feat(bazel): introduce a binary stamping feature (#22176) 2018-02-15 14:08:53 -08:00
README.md Revert "docs: Remove unneeded file (#18106)" 2017-07-20 16:46:47 -05:00
empty.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
es6-subset.d.ts build: switch from npm to yarn (#19328) 2017-09-22 13:20:52 -07:00
goog.d.ts fix(compiler): add typings for `COMPILED`. 2017-09-29 09:26:38 -07:00
license-banner.txt docs(common): update copyright years (#21232) 2018-01-04 17:45:36 -05:00
rollup.config.js refactor: make all rollup config ES5 compatible (#20028) 2017-10-30 23:09:17 -04:00
system.d.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
tsconfig-build.json build(bazel): Turning on strictPropertyInitialization for Angular. (#24572) 2018-06-25 07:57:13 -07:00
tsconfig-metadata.json refactor(compiler): bump metadata version to 4 (#19338) 2017-09-26 13:31:59 -07:00
tsconfig.json build: upgrade jasmine (and related typings) to latest version (#19904) 2018-07-06 13:48:02 -07:00
types.d.ts build: upgrade jasmine (and related typings) to latest version (#19904) 2018-07-06 13:48:02 -07:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT