docs: update inlineCritical default value (#40920)

Related to https://github.com/angular/angular-cli/pull/20096

PR Close #40920
This commit is contained in:
Alan Agius 2021-02-19 13:15:52 +01:00 committed by Zach Arend
parent 4859c0947a
commit 06fb318b3b
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ There are several options that can be used to fine-tune the optimization of an a
<td><code>inlineCritical</code></td>
<td>Extract and inline critical CSS definitions to improve <a href="https://web.dev/first-contentful-paint/">First Contentful Paint.</td>
<td><code class="no-auto-link">boolean</code></td>
<td><code>false</code></td>
<td><code>true</code></td>
</tr>
</tbody>
</table>