docs(core): update CONSTS to DECLS (#38731)

This terminology was changed in d5b87d32b0
but a few instances were missed.

PR Close #38731
This commit is contained in:
Pete Bacon Darwin 2020-09-07 11:43:51 +01:00 committed by atscott
parent 4e5286180b
commit 7baa7ebfc4
1 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@ The above will create following layout:
| Index | `LView` | `TView.data`
| ----: | ----------- | ------------
| `HEADER`
| `CONSTS`
| `DECLS`
| 10 | `<div>` | `{type: Element, index: 10, parent: null}`
| 11 | `#text(Hello )` | `{type: Element, index: 11, parent: tView.data[10]}`
| 12 | `<b>` | `{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 | `<div>` | `{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 | `[<child>, ...]` | `{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 | `[<child>, ...]` | `{type: Element, index: 10, parent: null, expandoIndex: 11, directivesIndex: 19, providersIndex: 20, viewProvidersIndex: 22, expandoEnd: 23}`
| `VARS`
| `EXPANDO`