6062e658db
docs: translate guide/creating-libraries ( #89 )
...
* docs: translate guide/creating-libraries
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* Update aio/content/guide/creating-libraries.es.md
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
* docs: translate guide/creating-libraries
* docs: translate guide/creating-libraries
Co-authored-by: Andrés Villanueva <andresvillanuevab@gmail.com >
2020-09-06 17:55:14 -04:00
eca92ea193
docs: translate guide/roadmap.md ( #66 )
...
* docs: translate guide/roadmap.md
* docs: change librería to biblioteca like glossary
* Update aio/content/guide/roadmap.md
Co-authored-by: Daniel Díaz <36966980+dalejodc@users.noreply.github.com >
2020-09-06 17:54:17 -04:00
3177ce1f35
docs: glossary.md change biblioteca to librería ( #91 )
2020-09-06 17:53:21 -04:00
408d38b223
docs: translate guide/attribute-binding.md file to Spanish ( #53 )
...
Co-authored-by: Alejandro Lora <alejandrofpo@gmail.com >
Co-authored-by: Pato <11162114+devpato@users.noreply.github.com >
Co-authored-by: José de Jesús Amaya <impepedev@gmail.com >
Closes #25
2020-08-24 13:46:47 -04:00
71b1f1ad88
docs: translate guide/glossary.md file to Spanish ( #49 )
...
* docs: change angular to Angular
* docs: change Consultá to consulta
* docs: change CLI Angular to Angular CLI
* docs: fix typo
* docs: change puede to puedes
* docs: add glossary.en.md file
Co-authored-by: Michael Prentice <splaktar@gmail.com >
2020-08-15 22:53:03 -04:00
a198e2984c
docs: translate comparing-observables.md ( #57 )
...
* docs: keep the english version of comparing-observables.md file as *.en.md file
2020-08-15 21:58:19 -04:00
575479a6a1
upstream: Merge remote-tracking branch 'upstream/master' into merge-upstream
...
# Conflicts:
# CHANGELOG.md
# aio/content/examples/testing/src/app/app.component.router.spec.ts
# aio/content/examples/testing/src/app/dashboard/dashboard-hero.component.spec.ts
# aio/content/examples/testing/src/app/dashboard/dashboard.component.spec.ts
# aio/content/examples/testing/src/app/hero/hero-detail.component.spec.ts
# aio/content/examples/testing/src/app/hero/hero-list.component.spec.ts
# aio/content/examples/testing/src/app/twain/twain.component.spec.ts
# goldens/public-api/core/testing/testing.d.ts
# goldens/size-tracking/aio-payloads.json
# package.json
# packages/core/test/bundling/forms/bundle.golden_symbols.json
# packages/forms/test/form_group_spec.ts
2020-08-15 20:48:38 -04:00
f677c22fba
refactor(docs-infra): fix docs examples for Angular-specific tslint rules ( #38143 )
...
This commit updates the docs examples to be compatible with the
following Angular-specific tslint rules:
- `component-selector`
- `directive-selector`
- `no-conflicting-lifecycle`
- `no-host-metadata-property`
- `no-input-rename`
- `no-output-native`
- `no-output-rename`
This is in preparation of updating the docs examples `tslint.json` to
match the one generated for new Angular CLI apps in a future commit.
PR Close #38143
2020-08-07 22:10:55 -04:00
97ae2d3b9b
refactor(docs-infra): fix docs examples for tslint rule prefer-const
( #38143 )
...
This commit updates the docs examples to be compatible with the
`prefer-const` tslint rule.
This is in preparation of updating the docs examples `tslint.json` to
match the one generated for new Angular CLI apps in a future commit.
PR Close #38143
2020-08-07 22:10:55 -04:00
17841959f5
docs(router): clarify how base href is used to construct targets ( #38123 )
...
The documentation is not clear on how the base href and APP_BASE_HREF are used. This commit
should help clarify more complicated use-cases beyond the most common one of just a '/'
PR Close #38123
2020-08-07 22:10:55 -04:00
882336e0e6
docs: Refactor module-types.md to make it easier to understand ( #38206 )
...
Project DOCS-736 to rewrite headings to focus on user tasks,
verify that the content is up-to-date and complete, and
add relevant links to other NgModule topics to improve readability.
Also addresses one of many issues in GitHub issue 21531.
PR Close #38206
2020-08-07 22:10:55 -04:00
325b3fd0db
docs: Refactor ngmodule-vs-jsmodule.md to make it easier to understand ( #38148 )
...
Project DOCS-734 to rewrite headings to focus on user tasks,
verify that the content is up-to-date and complete, and
add relevant links to other NgModule topics to improve readability.
Also addresses one of many issues in GitHub issue 21531.
PR Close #38148
2020-08-07 22:10:55 -04:00
28ef4bc441
docs: add template ref var to glossary ( #36743 )
...
There is not an entry in the glossary for template
reference variable. To clarify for site visitors,
we are adding one here.
PR Close #36743
2020-08-07 22:10:55 -04:00
686f9ae4b2
docs: fix breaking URL for RxJS marble testing ( #38209 )
...
When checking this URL for the `RxJS marble testing` Ive found it pointing to `Page not found`
PR Close #38209
2020-08-07 22:10:55 -04:00
a57119761b
docs: clarify the description of pipes ( #37950 )
...
This commit clarifies some of the language regarding pipes in the pipes guide.
This commit also specifies the term transforming rather than formatting.
PR Close #37950
2020-08-07 22:10:55 -04:00
03e02185d9
docs: add ng-add save option ( #38198 )
...
PR Close #38198
2020-08-07 22:10:55 -04:00
54679ea9cc
docs: Fix link by removing a space ( #38214 )
...
PR Close #38214
2020-08-07 22:10:55 -04:00
cb0aeaf708
docs(core): Fix incorrectly rendered code example in structural directives guide ( #38207 )
...
The code example was missing a close brace and also incorrectly rendered
the template div as an actual div in the page DOM.
PR Close #38207
2020-08-07 22:10:55 -04:00
8de04115ec
docs: fixed that class attribute is not closed ( #38219 )
...
PR Close #38219
2020-08-07 22:10:55 -04:00
9cb6bb8535
docs: update dynamic-component loading guide ( #36959 )
...
The 'entryComponents' array is no longer a special case for dynamic component loading because of the Ivy compiler.
PR Close #36959
2020-08-07 22:10:55 -04:00
445ac15a78
docs: fix purpose description of "builders.json" ( #36830 )
...
PR Close #36830
2020-08-07 15:04:56 -07:00
18cd1a9937
docs(service-worker): describe how asset-/data-group order affects request handling ( #38364 )
...
The order of asset- and data-groups in `ngsw-config.json` affects how a
request is handled by the ServiceWorker. Previously, this was not
clearly documented.
This commit describes how the order of asset-/data-groups affects
request handling.
Closes #21189
PR Close #38364
2020-08-06 11:41:58 -07:00
696a9b01ef
docs: remove https://angular.io from internal links ( #38360 )
...
PR #36601 introduces icons on all links if the link contains
https:// or http:// but there were some internal links left
which contained https://angular.io . Removed https://angular.io
from all these links.
PR Close #38360
2020-08-06 09:01:34 -07:00
d7c043ba35
docs: add a page with the Angular roadmap ( #38358 )
...
PR Close #38358
2020-08-05 18:35:02 -07:00
c4d76a65da
Traducido: accessibility.md ( #50 )
...
* Traducido
Traducido el apartado "Accesibilidad en Angular". Pendiente de revisión.
* Update aio/content/guide/accessibility.md
Co-authored-by: Pato <11162114+devpato@users.noreply.github.com >
* Update aio/content/guide/accessibility.md
Co-authored-by: Pato <11162114+devpato@users.noreply.github.com >
* Update aio/content/guide/accessibility.md
Co-authored-by: Pato <11162114+devpato@users.noreply.github.com >
* Update aio/content/guide/accessibility.md
Co-authored-by: Pato <11162114+devpato@users.noreply.github.com >
Co-authored-by: Pato <11162114+devpato@users.noreply.github.com >
2020-08-05 15:40:54 -04:00
585ef2bdd7
docs: fix typo in glossary ( #38318 )
...
Add missing comma in structural directive section that made dash display incorrectly.
PR Close #38318
2020-08-05 10:52:27 -07:00
8fbf40bf40
feat(core): update reference and doc to change async
to waitAsync
. ( #37583 )
...
The last commit change `async` to `waitForAsync`.
This commit update all usages in the code and also update aio doc.
PR Close #37583
2020-08-03 12:54:13 -07:00
db394e2b81
docs: Fix a typo for cheatsheet translation
2020-08-03 07:43:29 -04:00
bfd13c06e1
refactor(docs-infra): fix docs examples for Angular-specific tslint rules ( #38143 )
...
This commit updates the docs examples to be compatible with the
following Angular-specific tslint rules:
- `component-selector`
- `directive-selector`
- `no-conflicting-lifecycle`
- `no-host-metadata-property`
- `no-input-rename`
- `no-output-native`
- `no-output-rename`
This is in preparation of updating the docs examples `tslint.json` to
match the one generated for new Angular CLI apps in a future commit.
PR Close #38143
2020-07-31 11:00:06 -07:00
5303773daf
refactor(docs-infra): fix docs examples for tslint rule prefer-const
( #38143 )
...
This commit updates the docs examples to be compatible with the
`prefer-const` tslint rule.
This is in preparation of updating the docs examples `tslint.json` to
match the one generated for new Angular CLI apps in a future commit.
PR Close #38143
2020-07-31 11:00:06 -07:00
8effc83b92
docs(router): clarify how base href is used to construct targets ( #38123 )
...
The documentation is not clear on how the base href and APP_BASE_HREF are used. This commit
should help clarify more complicated use-cases beyond the most common one of just a '/'
PR Close #38123
2020-07-29 13:34:02 -07:00
d133525502
docs: update typo for bootstraping word
2020-07-28 23:43:28 -04:00
cd1817bf6d
Update aio/content/guide/cheatsheet.md
...
Co-authored-by: Pato <11162114+devpato@users.noreply.github.com >
2020-07-28 23:43:28 -04:00
0d1491b1a6
docs: implement feedback PR
2020-07-28 23:43:28 -04:00
f67774d84b
Update aio/content/guide/cheatsheet.md
...
Co-authored-by: Pato <11162114+devpato@users.noreply.github.com >
2020-07-28 23:43:28 -04:00
37668d159e
docs: translat cheatsheet.md file to Spanish
2020-07-28 23:43:28 -04:00
cf98db28d5
docs: Refactor module-types.md to make it easier to understand ( #38206 )
...
Project DOCS-736 to rewrite headings to focus on user tasks,
verify that the content is up-to-date and complete, and
add relevant links to other NgModule topics to improve readability.
Also addresses one of many issues in GitHub issue 21531.
PR Close #38206
2020-07-28 10:01:37 -07:00
b0676e8fab
docs: Refactor ngmodule-vs-jsmodule.md to make it easier to understand ( #38148 )
...
Project DOCS-734 to rewrite headings to focus on user tasks,
verify that the content is up-to-date and complete, and
add relevant links to other NgModule topics to improve readability.
Also addresses one of many issues in GitHub issue 21531.
PR Close #38148
2020-07-28 10:00:28 -07:00
cf2663b034
docs: translate the app-shell.md file ( #41 )
...
* docs: translate the app-shell.md file
* Update aio/content/guide/app-shell.md
Co-authored-by: Christian Morante <christianmorante@outlook.com >
* Update aio/content/guide/app-shell.md
Co-authored-by: Christian Morante <christianmorante@outlook.com >
* Update aio/content/guide/app-shell.md
Co-authored-by: Christian Morante <christianmorante@outlook.com >
* add PR feedback
* docs: update 'usted'-'tú' (Grammatical person)
Co-authored-by: Christian Morante <christianmorante@outlook.com >
2020-07-27 16:21:00 -04:00
2b6ab57d78
docs: add template ref var to glossary ( #36743 )
...
There is not an entry in the glossary for template
reference variable. To clarify for site visitors,
we are adding one here.
PR Close #36743
2020-07-27 12:01:47 -07:00
b65b6163f7
docs: fix breaking URL for RxJS marble testing ( #38209 )
...
When checking this URL for the `RxJS marble testing` Ive found it pointing to `Page not found`
PR Close #38209
2020-07-27 11:12:07 -07:00
f74cfadf64
docs: clarify the description of pipes ( #37950 )
...
This commit clarifies some of the language regarding pipes in the pipes guide.
This commit also specifies the term transforming rather than formatting.
PR Close #37950
2020-07-27 10:23:20 -07:00
1296003445
docs: add ng-add save option ( #38198 )
...
PR Close #38198
2020-07-27 09:52:14 -07:00
6e2db228af
docs: Fix link by removing a space ( #38214 )
...
PR Close #38214
2020-07-24 09:53:06 -07:00
cce5583e75
docs(core): Fix incorrectly rendered code example in structural directives guide ( #38207 )
...
The code example was missing a close brace and also incorrectly rendered
the template div as an actual div in the page DOM.
PR Close #38207
2020-07-24 09:52:30 -07:00
307db74e93
docs: fixed that class attribute is not closed ( #38219 )
...
PR Close #38219
2020-07-24 08:15:44 -07:00
51aa4aa1c3
docs: update dynamic-component loading guide ( #36959 )
...
The 'entryComponents' array is no longer a special case for dynamic component loading because of the Ivy compiler.
PR Close #36959
2020-07-23 11:01:08 -07:00
7f82a2c1c8
docs: fix type in lazy-load callout ( #38153 )
...
PR Close #38153
2020-07-21 14:30:46 -07:00
a9910f5991
docs: fix DOCUMENT import path ( #38158 ) ( #38159 )
...
PR Close #38159
2020-07-21 11:35:41 -07:00
eae13e42f3
docs: add routing terms to glossary ( #38053 )
...
Update glossary to add term definitions for routing; componentless route, link parameters array, router outlet.
PR Close #38053
2020-07-20 17:09:33 -07:00