From 7baa7ebfc4788d45c35b27cda8fe5731a467fca5 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Mon, 7 Sep 2020 11:43:51 +0100 Subject: [PATCH] docs(core): update CONSTS to DECLS (#38731) This terminology was changed in d5b87d32b0fa50e978f1f148b48b1b9fc8134510 but a few instances were missed. PR Close #38731 --- packages/core/src/render3/VIEW_DATA.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/core/src/render3/VIEW_DATA.md b/packages/core/src/render3/VIEW_DATA.md index 0cb427b515..f93362b25d 100644 --- a/packages/core/src/render3/VIEW_DATA.md +++ b/packages/core/src/render3/VIEW_DATA.md @@ -60,7 +60,7 @@ The above will create following layout: | Index | `LView` | `TView.data` | ----: | ----------- | ------------ | `HEADER` -| `CONSTS` +| `DECLS` | 10 | `
` | `{type: Element, index: 10, parent: null}` | 11 | `#text(Hello )` | `{type: Element, index: 11, parent: tView.data[10]}` | 12 | `` | `{type: Element, index: 12, parent: tView.data[10]}` @@ -113,7 +113,7 @@ The above will create following layout: | Index | `LView` | `TView.data` | ----: | ----------- | ------------ | `HEADER` -| `CONSTS` +| `DECLS` | 10 | `
` | `{type: Element, index: 10, parent: null}` | 11 | `#text()` | `{type: Element, index: 11, parent: tView.data[10]}` | `VARS` @@ -186,7 +186,7 @@ The above will create the following layout: | Index | `LView` | `TView.data` | ----: | ----------- | ------------ | `HEADER` -| `CONSTS` +| `DECLS` | 10 | `[, ...]` | `{type: Element, index: 10, parent: null}` | `VARS` | `EXPANDO` @@ -325,7 +325,7 @@ The above will create the following layout: | Index | `LView` | `TView.data` | ----: | ------------ | ------------- | `HEADER` -| `CONSTS` +| `DECLS` | 10 | `[, ...]` | `{type: Element, index: 10, parent: null, expandoIndex: 11, directivesIndex: 19, providersIndex: 20, viewProvidersIndex: 22, expandoEnd: 23}` | `VARS` | `EXPANDO`