2370 Commits

Author SHA1 Message Date
Kapunahele Wong
09abee359d docs: add metadata documentation to httpClient ()
PR Close 
2021-04-26 15:17:51 -07:00
Chau Tran
e47ea2959c docs: add chau tran to GDE resources ()
PR Close 
2021-04-26 15:16:40 -07:00
Pete Bacon Darwin
4b4f565df1 docs: fix links to docs with ambiguous paths ()
These docs were linking directly to docs that have ambiguous paths.
These changes ensure that these links are not affected by the
disambiguation processing of those docs.

PR Close 
2021-04-26 12:12:00 -07:00
Kapunahele Wong
01e546f116 docs: improve accessibility of architecture example ()
PR Close 
2021-04-26 09:13:49 -07:00
Kapunahele Wong
326884736e docs: make inputs-outputs example more accessible ()
PR Close 
2021-04-26 09:12:17 -07:00
Kapunahele Wong
70fb3e958b docs: improve accessibility of http example ()
PR Close 
2021-04-26 09:11:07 -07:00
Sam Severance
9f88da220c docs: Indicate HttpClientModule being imported ()
PR Close 
2021-04-23 11:38:34 -07:00
Keen Yee Liau
64567d3d39 docs: Remove Protractor test from CI examples ()
Protractor tests are no longer included in new projects starting from
Angular version 12.

PR Close 
2021-04-22 10:44:41 -07:00
Aristeidis Bampakos
dfdd4a2d74 docs: ident the library shematics guide properly ()
PR Close 
2021-04-22 08:41:01 -07:00
Kapunahele Wong
6611d5c1c9 docs: add instructions for opting into latest Language Service ()
PR Close 
2021-04-21 17:29:05 -07:00
Daniel Díaz
e238f2c33a docs: rewrites animation query () method use ()
PR Close 
2021-04-20 09:40:29 -07:00
unknown
0a19fc095d docs: add Material Design for Bootstrap to UI Component resources ()
PR Close 
2021-04-20 09:39:15 -07:00
Oluwole Majiyagbe
03f3dcb700 docs: add API CMS capability to Angular App resources ()
PR Close 
2021-04-20 09:37:50 -07:00
Pete Bacon Darwin
70341bcfed build(docs-infra): update docs examples to Angular v11.2.10 ()
This commit updates the docs examples to Angular v11.2.10. See the [diff between 11.0.1 and 11.2.10 (FW) and 11.2.9 (CLI)][1].

The changes are fairly trivial including:

- Removal of `emitDecoratorMetadata` from tsconfig.json files, where no JIT compilation is required.
- Setting `enableI18nLegacyMessageIdFormat` to `false` for CLI based applications - the i18n example was already migrated away from legacy message IDs.

[1]: https://github.com/cexbrayat/angular-cli-diff/compare/11.2.9..11.0.1

PR Close 
2021-04-19 14:18:51 -07:00
Pete Bacon Darwin
1573510187 refactor(docs-infra): tidy up systemjs boilerplate for upgrade examples ()
The ngUpgrade examples mostly rely upon SystemJS configuration.
This commit tidies up how these examples are built and tested so that
it will be easier to migrate them to work with Angular 11.2.x

PR Close 
2021-04-19 14:18:51 -07:00
Pete Bacon Darwin
e06f1960f4 docs: migrate example to use non-legacy message IDs ()
From 11.x, new projects are set up to use the latest message ID format.
This commit updates the i18n example project to stop using legacy IDs.

PR Close 
2021-04-19 14:18:51 -07:00
Bendik Skarpnes
5e343173e8 docs: fix styling issues in example CSS ()
PR Close 
2021-04-19 14:15:45 -07:00
Pierre Portejoie
fdd55c9ec7 docs: fix tutorial indicating the app is working when an error is actually displayed ()
PR Close 
2021-04-19 14:14:58 -07:00
Amadou Sall
322db1755a docs: add missing preposition in the animations guide ()
PR Close 
2021-04-19 08:35:11 -07:00
George Kalpakas
17c2f6ef07 docs: replace hair space with regular space in creating-libraries.md ()
This commit replaces a [hair space][1] with a regular space in
`creating-libraries.md`.
(You can see the hair space "in action" in the "Schematics for
Libraries" link right above the [Publishing your library][2] section.

[1]: https://en.wikipedia.org/wiki/Template:Hair_space
[2]: https://v10.angular.io/guide/creating-libraries#publishing-your-library

PR Close 
2021-04-19 08:29:44 -07:00
George Kalpakas
185090b15d docs: add missing backticks in schematics-for-libraries.md ()
PR Close 
2021-04-19 08:26:35 -07:00
Kirk Larkin
f0b80af2f2 docs: correct appUnless desc re true/false ()
PR Close 
2021-04-19 08:23:10 -07:00
George Kalpakas
d0b1f99598 docs: fix broken links to CLI wiki in the "Component styles" guide ()
Fixes 

PR Close 
2021-04-19 08:22:19 -07:00
va-stefanek
dfe52cd9e4 docs: change link to the styles configuration guide ()
PR Close 
2021-04-19 08:22:19 -07:00
Eduard Bondarenko
de25cdac54 docs: move lazy loading section to the best practices section ()
PR Close 
2021-04-16 17:27:00 -07:00
Gérôme Grignon
ad427cf30a docs: add mention to CSS styles for hero-detail ()
PR Close 
2021-04-16 17:26:29 -07:00
sovtara
96175fdda2 docs: fix the property name in the example ()
AppHighlight directive from the example doesn't have myHighlight attribute.
It only has appHighlight property. So we should use appHighlight instead of myHighlight.

PR Close 
2021-04-16 17:25:39 -07:00
Dharmen Shah
d5a8302dfd docs: separate steps for github actions ()
PR Close 
2021-04-16 17:25:01 -07:00
Dharmen Shah
494d8ce565 docs: add github actions in CI story ()
PR Close 
2021-04-16 17:25:01 -07:00
Teri Glover
391d08f6fb docs: edits to remove jargon and abbreviations ()
PR Close 
2021-04-15 16:00:53 -07:00
Teri Glover
9d8f345c0c docs: update copy in schematics.md ()
PR Close 
2021-04-15 14:38:06 -07:00
Michael Hladky
4329ccae2c docs: add rx-angular to resources.json ()
PR Close 
2021-04-14 15:50:44 -07:00
Alan Agius
b649273f6c docs: remove entryComponent from deprecated list ()
This has been removed in https://github.com/angular/angular-cli/pull/20402

PR Close 
2021-04-14 15:49:33 -07:00
pavlenko
261bce65fb docs: replace Codelyzer recommendation with Angular-ESLint in accessibility guide ()
Replace Codelyzer recommendation with Angular-ESLint in accessibility guide since that tool is deprecated and was removed from the Angular CLI.

Closes 

PR Close 
2021-04-13 13:06:16 -07:00
aschaap
fe6002977e docs: change (+) operator to Number function to match code ()
PR Close 
2021-04-12 21:08:21 -07:00
aschaap
5e8dcfd641 docs(docs-infra): fix (+) not accepting null error by using Number instead ()
Fix unexpected error when following the tutorial (when going through it with stricter type checking enforced). While (+) converts a string to an integer, it does not account for the possibility that `this.route.snapshot.paramMap.get('id')` could return null (type: string | null). Since this null case is not a practical outcome, it is a matter of types; switching from (+) to the `Number` function eliminates this issue, making the tutorial more robust.
PR Close 
2021-04-12 21:08:21 -07:00
aschaap
3a61bb82b3 docs: replaced erroneous instances of HeroDetailsComponent with HeroDetailComponent ()
PR Close 
2021-04-12 21:07:35 -07:00
Nishu Goel
d27c8b4d9f docs: add Nishu Goel to GDE list ()
PR Close 
2021-04-12 21:06:00 -07:00
Alan Cohen
319da894be docs: change ActivatedRouteStub code sample to work with strictNullChecks on ()
convertToParamMap() does not accept undefined.
Fix code sample so it can be used in strict mode without requiring changes.

PR Close 
2021-04-12 21:01:39 -07:00
JoostK
6ba67c6fff feat(compiler-cli): mark ability to use partial compilation mode as stable ()
This commit marks the `compilationMode` compiler option as stable, such
that libraries can be compiled in partial compilation mode.

In partial compilation mode, the compiler's output changes from fully
compiled AOT definitions to an intermediate form using partial
declarations. This form is suitable to be published to NPM, which now
allows libraries to be compiled and published using the Ivy compiler.

Please be aware that libraries that have been compiled using this mode
can only be used in Angular 12 applications and up; they cannot be used
when Ivy is disabled (i.e. when using View Engine) or in versions of
Angular prior to 12. The `compilationMode` option has no effect if
`enableIvy: false` is used.

Closes 

PR Close 
2021-04-12 10:31:12 -07:00
Sagar Pandita
05cc3c8ee2 docs: remove 'ui-jar' from Resources ()
This commit removes 'ui-jar' from Resources, since it is not
compatible with the latest versions of Angular.

Fixes 

PR Close 
2021-04-12 10:05:50 -07:00
Aristeidis Bampakos
aa755c8853 docs: add entry for prod tsconfig in library files ()
Add an entry for TypeScript configuration file used in production

PR Close 
2021-04-09 07:46:52 -07:00
Pete Bacon Darwin
0a4308f756 docs: fix typo in migration guide ()
Also reformat the table to look nice :-)

PR Close 
2021-04-07 13:51:08 -07:00
Zack DeRose
18d4446dc6 docs: add Zack DeRose to GDE resources ()
PR Close 
2021-04-07 11:52:00 -07:00
Paul Muriel Biya-Bi
5a81490554 docs: use the right tag in the HeroesComponent's template snippet ()
Based on the tutorial content of the Hero Editor, the tag to be used in
HeroesComponent's template snippet should be h2 and not h3.

PR Close 
2021-04-07 11:51:37 -07:00
George Kalpakas
ae6c195c87 docs: fix link URL in NG0100 error page ()
Fixes 

PR Close 
2021-04-07 10:36:49 -07:00
Philipp_Lypniakov
fcd190aa9c docs: fix grammar mistake in glossary.md ("can exported" --> "can be exported") ()
PR Close 
2021-04-05 08:17:26 -07:00
Gabrielle Crevecoeur
03a46afc91 docs: Including Visual Studio ()
Uploading how to use the Angular Language Service in Visual Studio
PR Close 
2021-04-02 10:53:37 -07:00
George Kalpakas
3470ea17d5 fix(docs-infra): increase the max width of the file-not-found page ()
Previously, the max width of the `file-not-found` page was limited to
50rem (800px by default). This allowed little space for showing
potentially helpful search results, which are shown in columns).

This commit increases the max width of the `file-not-found` page to
84rem (1344px by default) to allow search results to be visible without
requiring scrolling. This will not negatively affect UX, because the
page uses a multi-column layout and therefore there will rarely be long
lines of text to scan.

PR Close 
2021-04-01 11:36:44 -07:00
Pete Bacon Darwin
7dfa446c4a fix(common): temporarily re-export and deprecate XhrFactory ()
The moved `XhrFactory` still needs to be available from `@angular/common/http`
for some libraries that were built prior to 12.0.0, otherwise they cannot be
used in applications built post-12.0.0.

This commit adds back the re-export of `XhrFactory` and deprecates it.

PR Close 
2021-04-01 11:26:11 -07:00