mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
`TNodeType.View` was created to support inline views. That feature did not materialize and we have since removed the instructions for it, leave an unneeded `TNodeType.View` which was still used in a very inconsistent way. This change no longer created `TNodeType.View` (and there will be a follow up chang to completely remove it.) Also simplified the mental model so that `LView[HOST]`/`LView[T_HOST]` always point to the insertion location of the `LView`. PR Close #38707 |
||
|---|---|---|
| .. | ||
| lview_debug_spec.ts | ||
| shared_spec.ts | ||
| styling_spec.ts | ||