angular-docs-cn/packages/core
Tobias Bosch fcc91d862f fix(core): projected views should be dirty checked when the declaring component is dirty checked. (#16592)
Previously a projected view was only dirty checked when the
component in which it was inserted was dirty checked.

This fix changes the behavior so that a view is also dirty checked if
the declaring component is dirty checked.

Note: This does not change the order of change detection,
only the fact whether a projected view is dirty checked or not.

Fixes #14321
2017-05-08 17:48:58 -05:00
..
src fix(core): projected views should be dirty checked when the declaring component is dirty checked. (#16592) 2017-05-08 17:48:58 -05:00
test fix(core): projected views should be dirty checked when the declaring component is dirty checked. (#16592) 2017-05-08 17:48:58 -05:00
testing feat: add .ngsummary.ts files to support AOT unit tests 2017-05-05 13:23:53 -04:00
index.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
package.json fix(core): update peer dep on zone.js to ^0.8.4 (#15209) 2017-03-16 20:10:53 -07:00
public_api.ts fix: turn on nullability in the code base. 2017-04-18 12:07:33 -07:00
rollup.config.js test: add systemjs+umd integration test (#14196) 2017-03-19 12:23:07 -05:00
tsconfig-build.json fix: turn on nullability in the code base. 2017-04-18 12:07:33 -07:00