angular-docs-cn/packages
Georgios Kalpakas 11db3bd85e fix(upgrade): bring the dynamic version closer to the static one
(#17971)

This commit changes the dynamic version of ngUpgrade to use `UpgradeHelper`,
thus bringing its behavior (wrt upgraded components) much closer to
`upgrade/static`. Fixes/features include:

- Fix template compilation: Now takes place in the correct DOM context, instead
  of in a detached node (thus has access to required ancestors etc).
- Fix support for the `$onInit()` lifecycle hook.
- Fix single-slot transclusion (including optional transclusion and fallback
  content).
- Add support for multi-slot transclusion (inclusing optional slots and fallback
  content).
- Add support for binding required controllers to the directive's controller
  (and make the `require` behavior more consistent with AngularJS).
- Add support for pre-/post-linking functions.

(This also ports the fixes from #16627 to the dynamic version.)

Fixes #11044
2017-07-07 08:54:39 -07:00
..
animations fix(animations): properly handle cancelled animation style application 2017-07-06 10:18:12 -07:00
benchpress fix(benchpress): chrome - prevent trace buffer overflow 2017-04-18 08:28:31 -07:00
common fix: argument destructuring sometimes breaks strictNullChecks 2017-06-20 12:56:08 -07:00
compiler feat(compiler): update the schema by extracting from latest chrome (#17858) 2017-07-06 12:11:34 -07:00
compiler-cli fix(language-service): ignore hover of symbols not in the TypeScript program (#17969) 2017-07-07 08:47:28 -07:00
core fix(core): fix re-insertions in the iterable differ (#17891) 2017-07-06 12:11:47 -07:00
docs refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
examples fix: Update types for TypeScript nullability support in examples 2017-04-12 11:36:19 -07:00
forms refactor(forms): remove usage of deprecated Renderer 2017-06-23 16:12:52 -07:00
http fix(http): move destructuring inside {Request,Response}Options ctor 2017-06-09 14:34:39 -07:00
language-service fix(language-service): do not crash when hovering over a label definitions (#17974) 2017-07-07 08:46:18 -07:00
platform-browser refactor(platform-browser): Remove setGlobalVar from DOM adapter 2017-06-06 13:26:23 -07:00
platform-browser-dynamic build: import tslib rather than output TS helpers (#16901) 2017-05-23 14:01:39 -06:00
platform-server test(platform-server): fix and re-enable integration tests 2017-06-13 15:50:23 -07:00
platform-webworker refactor: remove unused imports of the deprecated Renderer 2017-06-23 17:24:40 -07:00
platform-webworker-dynamic build: import tslib rather than output TS helpers (#16901) 2017-05-23 14:01:39 -06:00
router fix(router): encode URLs the same way AngularJS did (closer to spec) (#17890) 2017-07-06 17:10:25 -07:00
upgrade fix(upgrade): bring the dynamic version closer to the static one 2017-07-07 08:54:39 -07:00
README.md refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08: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 refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
license-banner.txt refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
system.d.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
tsconfig.json fix: turn on nullability in the code base. 2017-04-18 12:07:33 -07:00
types.d.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08: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