docs: add `anyComponentStyle` budget description (#31955)
In CLI 8.2 we introduced a new budget see: https://github.com/angular/angular-cli/pull/15127 PR Close #31955
This commit is contained in:
parent
046532b661
commit
ebb27727e4
|
@ -214,14 +214,17 @@ Each budget entry is a JSON object with the following properties:
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>type</td>
|
<td>type</td>
|
||||||
<td>The type of budget. One of:
|
<td>
|
||||||
|
|
||||||
* bundle - The size of a specific bundle.
|
The type of budget. One of:
|
||||||
* initial - The initial size of the app.
|
|
||||||
* allScript - The size of all scripts.
|
* `bundle` - The size of a specific bundle.
|
||||||
* all - The size of the entire app.
|
* `initial` - The initial size of the app.
|
||||||
* anyScript - The size of any one script.
|
* `allScript` - The size of all scripts.
|
||||||
* any - The size of any file.
|
* `all` - The size of the entire app.
|
||||||
|
* `anyComponentStyle` - This size of any one component stylesheet.
|
||||||
|
* `anyScript` - The size of any one script.
|
||||||
|
* `any` - The size of any file.
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue