7 Commits

Author SHA1 Message Date
Igor Minar
dc6bff10ac docs: clarify the definition of the bundle bundget defaults with strict mode ()
Previously we didn't clarify that the stricter defaults have no impact on existing
projects, and we also didn't define the default values for bundle budgets.

Fixes 

PR Close 
2021-05-25 17:54:05 +00:00
Pete Bacon Darwin
3a48c0739d build(docs-infra): ensure that terminal code snippets render correctly ()
After the changes to the `lang-none` styling in , code snippets marked with

```
language="none" class="code-shell"
```

were being styled with the same foreground and background colours.

It turns out that most of these ought to be marked `language="sh"`
in which case the `code-shell` style became redundant and has been
removed.

Fixes 

PR Close 
2021-05-07 13:11:04 -04:00
Kapunahele Wong
efe8566321 docs: edit strict-mode.md to remove references for opting in ()
As of v12, strict mode is the default, so you don't have
to opt in anymore. This commit removes the instructions
to add --strict to the ng new.

PR Close 
2021-05-06 09:32:42 -04:00
Amadou Sall
79a42d951e docs: update the link to the TypeScript documentation for strict mode ()
PR Close 
2020-12-10 14:16:23 -08:00
Alan Agius
da21c72c7f docs: add strictInputAccessModifiers to strict mode guide ()
This change also remove the duplicate mention of strictTemplates

PR Close 
2020-10-21 08:24:46 -07:00
Alan Agius
bd5e425c14 docs: update CLI strict mode documentation ()
With this change we update the strict mode documentation to reflect the
changes done in the CLI. (https://github.com/angular/angular-cli/pull/18931)

Changes effect
- Removing `no-any` tslint rule
- The special sideEffects  package.json
- Added `strictTemplates` NGC option

PR Close 
2020-09-30 12:51:26 -07:00
David Shevitz 🔵
cb566add3c docs: Add content for new strict mode for Angular CLI ()
In v10, the Angular CLI supports a strict mode, which turns
on additional flags for the TypeScript and Angular compilers.

PR Close 
2020-06-22 16:29:15 -07:00