angular/aio/content/examples
JoostK 06732606c9 docs: remove legacy compiler options in library schematics example (#43224)
The `skipTemplateCodegen`, `strictMetadataEmit` and
`enableResourceInlining` options are specific to ViewEngine and have no
effect when using the Ivy compiler. Since libraries can no longer be
compiled using ViewEngine from Angular 13, this commit removes these
options entirely.

The `annotateForClosureCompiler` is also no longer recommended to use,
as Closure Compiler is not supported outside of Bazel.

Finally, the `fullTemplateTypeCheck` flag is changed into
`strictTemplates` as the former flag is being deprecated. Enabling
`strictTemplates` does result in more strict type-checking than with
only `fullTemplateTypeCheck` enabled, but simply removing
`fullTemplateTypeCheck` right away would result in less strict
type-checking which is not desired.

PR Close #43224
2021-10-04 16:32:11 -07:00
..
accessibility docs: Add Ricardo Chavarria to GDE resources (#43571) 2021-09-27 14:25:56 -07:00
ajs-quick-reference docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
angular-compiler-options docs: move angular-compiler-options tsconfig snippets to external file (#43545) 2021-10-04 10:55:04 -07:00
animations docs(animations): improve the aio animations introduction (#42885) 2021-10-01 08:34:19 -07:00
architecture docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
attribute-binding docs: improve accessibility of attribute-binding example (#41432) 2021-06-08 12:16:54 -07:00
attribute-directives docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
binding-syntax docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
bootstrapping docs: remove unused "docregions" (#40479) 2021-01-20 16:12:15 -08:00
built-in-directives docs: Deprecate longhand binding prefixes (#43671) 2021-10-04 10:27:06 -07:00
built-in-template-functions test(docs-infra): disable the Selenium Promise Manager in docs examples e2e tests (#39818) 2020-11-24 14:56:14 -08:00
cli-builder/src docs: update CLI builder to be platform agnostic (#42371) 2021-06-01 10:13:02 -07:00
comparing-observables build(docs-infra): switch the example-e2e script to ESM (#42921) 2021-07-23 10:37:35 -07:00
component-interaction docs: enhance spacings in component interaction section examples (#43241) 2021-09-02 16:45:09 +00:00
component-overview docs: enhance spacings in component overview section examples (#43241) 2021-09-02 16:45:08 +00:00
component-styles docs: clarify description of :host and :host-context selectors (#41332) 2021-09-29 10:00:05 -07:00
content-projection docs: enhance spacings in content projection section examples (#43241) 2021-09-02 16:45:09 +00:00
dependency-injection docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
dependency-injection-in-action docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
displaying-data docs: remove unused "docregions" (#40479) 2021-01-20 16:12:15 -08:00
docs-style-guide docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
dynamic-component-loader docs: enhance spacings in dynamic component loader section examples (#43241) 2021-09-02 16:45:09 +00:00
dynamic-form docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
elements refactor(docs-infra): make angular.io and docs examples compatible with RxJS v7 (#42660) 2021-06-29 10:29:58 -07:00
errors/cyclic-imports refactor(compiler-cli): error on cyclic imports in partial compilation (#40782) 2021-02-17 06:53:38 -08:00
event-binding docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
feature-modules docs: remove unused "docregions" (#40479) 2021-01-20 16:12:15 -08:00
form-validation docs: use ValidationErrors interface in Form validation examples (#42135) 2021-05-18 10:14:02 -07:00
forms docs: use json pipe in Forms guide instead of a temporary diagnostic field (#42364) 2021-05-26 15:47:05 -07:00
forms-overview build(docs-infra): update docs examples to Angular v12.1.3 (#42949) 2021-08-09 09:41:00 -07:00
getting-started docs: fix missing step in get started example (#43646) 2021-10-01 08:45:59 -07:00
getting-started-v0 docs: add missing Product interface to example (#42147) 2021-05-21 22:14:47 +00:00
hierarchical-dependency-injection docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
http test(docs-infra): update http test to use correct charset name due to chromium update (#43431) 2021-10-01 18:28:46 +00:00
i18n docs: move i18n angular.json snippets to external file (#43216) 2021-09-15 10:46:45 -07:00
inputs-outputs docs: enhance spacings in inputs outputs section examples (#43241) 2021-09-02 16:45:09 +00:00
interpolation docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
lazy-loading-ngmodules docs: remove unused "docregions" (#40479) 2021-01-20 16:12:15 -08:00
lifecycle-hooks docs: enhance spacings in component lifecycle section examples (#43241) 2021-09-02 16:45:08 +00:00
ngcontainer docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
ngmodules docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
observables build(docs-infra): switch the example-e2e script to ESM (#42921) 2021-07-23 10:37:35 -07:00
observables-in-angular build(docs-infra): switch the example-e2e script to ESM (#42921) 2021-07-23 10:37:35 -07:00
pipes docs: improve accessibility of pipes example (#41317) 2021-06-08 12:16:08 -07:00
practical-observable-usage build(docs-infra): switch the example-e2e script to ESM (#42921) 2021-07-23 10:37:35 -07:00
property-binding docs: Deprecate longhand binding prefixes (#43671) 2021-10-04 10:27:06 -07:00
providers docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
providers-viewproviders test(docs-infra): disable the Selenium Promise Manager in docs examples e2e tests (#39818) 2020-11-24 14:56:14 -08:00
reactive-forms docs: add button type in form array example (#43666) 2021-10-01 12:23:09 -04:00
resolution-modifiers docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
router docs: fix app-hero-detaill typo (#43349) 2021-09-07 21:25:03 +00:00
router-tutorial docs: use shorthand background CSS property in Routing example (#40834) 2021-02-16 09:26:26 -08:00
routing-with-urlmatcher docs: convert the last my-app components to app-root (#42256) 2021-05-25 22:13:36 +00:00
rx-library build(docs-infra): switch the example-e2e script to ESM (#42921) 2021-07-23 10:37:35 -07:00
schematics-for-libraries docs: remove legacy compiler options in library schematics example (#43224) 2021-10-04 16:32:11 -07:00
security docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
service-worker-getting-started docs(service-worker): improve service worker guides (#43508) 2021-09-22 17:48:39 +00:00
set-document-title test(docs-infra): disable the Selenium Promise Manager in docs examples e2e tests (#39818) 2020-11-24 14:56:14 -08:00
setup build(docs-infra): update docs examples to Angular v12.1.3 (#42949) 2021-08-09 09:41:00 -07:00
structural-directives docs: amend code related to string-expressions for property binding (#43366) 2021-09-10 09:22:14 -07:00
styleguide docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
template-expression-operators docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
template-reference-variables docs: Deprecate longhand binding prefixes (#43671) 2021-10-04 10:27:06 -07:00
template-syntax docs: Deprecate longhand binding prefixes (#43671) 2021-10-04 10:27:06 -07:00
testing test(router): refactor tests to not use deprecated loadChildren (#43578) 2021-09-29 11:14:07 -07:00
toh-pt0 docs: specify fallback generic font family (#40254) 2021-01-06 07:09:27 -08:00
toh-pt1 docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
toh-pt2 docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
toh-pt3 docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
toh-pt4 docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
toh-pt5 docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
toh-pt6 build(docs-infra): update docs examples to Angular v12.1.3 (#42949) 2021-08-09 09:41:00 -07:00
two-way-binding docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
universal build(docs-infra): update docs examples to Angular v12.1.3 (#42949) 2021-08-09 09:41:00 -07:00
upgrade-lazy-load-ajs docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
upgrade-module docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
upgrade-phonecat-1-typescript build(docs-infra): update docs examples to Angular v11.2.10 (#41689) 2021-04-19 14:18:51 -07:00
upgrade-phonecat-2-hybrid build(docs-infra): update docs examples to Angular v11.2.10 (#41689) 2021-04-19 14:18:51 -07:00
upgrade-phonecat-3-final refactor(docs-infra): tidy up systemjs boilerplate for upgrade examples (#41689) 2021-04-19 14:18:51 -07:00
user-input docs: remove unused "docregions" (#40479) 2021-01-20 16:12:15 -08:00
view-encapsulation docs(core): describe interactions between view-encapsulated components (#42397) 2021-06-08 10:39:52 -07:00
what-is-angular docs: enhance what is angular section spacing (#43241) 2021-09-02 16:45:08 +00:00
.gitignore refactor(docs-infra): remove tslint from cli examples (#43592) 2021-10-04 16:30:48 -07:00
tsconfig.json build(docs-infra): update docs examples to Angular v11.2.10 (#41689) 2021-04-19 14:18:51 -07:00
tslint.json docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00