b08bb411b9
docs: add version requirement for routing option ( #33909 )
...
PR Close #33909
2019-11-19 11:40:03 -08:00
1218ce4f5f
docs: add xrefs to update app and deprecations policy ( #33767 )
...
PR Close #33767
2019-11-18 09:13:16 -08:00
7ffbe54ef0
docs: add html template for sizer component in template syntax guide ( #33776 )
...
fixes #33771
PR Close #33776
2019-11-18 09:12:46 -08:00
66ecab6e8c
build(docs-infra): upgrade cli command docs sources to fbfcc45a3 ( #33870 )
...
Updating [angular#9.0.x](https://github.com/angular/angular/tree/9.0.x ) from [cli-builds#9.0.x](https://github.com/angular/cli-builds/tree/9.0.x ).
##
Relevant changes in [commit range](4deae92a3...fbfcc45a3
):
**Modified**
- help/doc.json
- help/update.json
##
PR Close #33870
2019-11-18 09:12:02 -08:00
5926b2897f
docs(docs-infra): prevent auto-linking of snippet in guide ( #33877 )
...
By adding the `bash` language to the code snippet it will no
longer be auto-linked, which was causing a false positive link
to be rendered.
Fixes #33859
PR Close #33877
2019-11-18 09:11:01 -08:00
0405ddb521
fix(docs-infra): do not auto-link code in bash and json snippets ( #33877 )
...
Previously any code block, which was not marked with
`no-auto-link` css class would have its contents auto-linked to
API pages. Sometimes this results in false positive links being
generated.
This is problematic for triple backticked blocks, which cannot provide
the `no-auto-link` CSS class to prevent the linking.
This commit fixes the problem by allowing the auto-linker to be
configured not to auto-link code blocks that have been marked with an
"ignored" language. By default these are `bash` and `json`.
Triple backticked blocks are able to specify the language directly after
the first set of triple backticks.
Fixes #33859
PR Close #33877
2019-11-18 09:11:01 -08:00
1a9904d2f1
style(docs-infra): reformat the auto-link-code files ( #33877 )
...
PR Close #33877
2019-11-18 09:11:01 -08:00
37243ce680
build(docs-infra): sync examples node engine constraints with aio ( #33877 )
...
PR Close #33877
2019-11-18 09:11:01 -08:00
ebf3afb7f0
docs: updated dynamic forms example ( #31510 )
...
Fixes #31446
PR Close #31510
2019-11-15 16:16:45 -08:00
5bfcd8231a
build: fix build scripts on macOS ( #33854 )
...
In #33823 , `scripts/package-builds.sh` (which is used by both
`build-packages-dist.sh` and `build-ivy-npm-packages.sh`) was updated to
use `realpath`. It turns out that `realpath` does not exist on macOS, so
the build scripts do not work there.
In order to fix this (and also reduce the likelihood of introducing
similar issues in the future), this commit changes these bash scripts to
Node.js scripts (using [ShellJS](https://github.com/shelljs/shelljs ) for
a cross-platform implementation of Unix shell commands where necessary).
PR Close #33854
2019-11-15 16:05:00 -08:00
12d67e0d31
docs: Hyperlink to HTML & CSS ( #33844 )
...
Link to have a reference on the HTML & CSS for basic understanding.
PR Close #33844
2019-11-15 10:36:18 -08:00
1860a9edbc
feat(docs-infra): simplify image styles and remove figure references ( #33748 )
...
Reference #33259
Removes figures elements as AIO is not typically using captions or image groups where figures would be necessary or appropriate
PR Close #33748
2019-11-14 09:27:02 -08:00
5f9a2d1cf8
docs: expand type-check info in update page ( #33577 )
...
PR Close #33577
2019-11-13 11:08:51 -08:00
1b0255c3b0
docs: remove migration-ngcc guide ( #33727 )
...
PR Close #33727
2019-11-12 14:03:49 -08:00
29852960c3
docs: add postinstall opt-in ( #33727 )
...
PR Close #33727
2019-11-12 14:03:48 -08:00
c22f15812c
docs: expand configuration usage ( #33229 )
...
Followup to https://github.com/angular/angular-cli/pull/15819
PR Close #33229
2019-11-12 13:55:59 -08:00
9ab49def61
docs: updated amexio resource description ( #33645 )
...
PR Close #33645
2019-11-12 09:52:49 -08:00
ffb010d3ab
docs: fix numbering ( #33736 )
...
PR Close #33736
2019-11-11 12:46:34 -08:00
9396b19631
docs: update update guide to use ng update
instead of npm i
( #33726 )
...
For more context see: https://github.com/angular/angular-cli/issues/16021
Closes: https://github.com/angular/angular-cli/issues/16021
PR Close #33726
2019-11-11 09:40:08 -08:00
4613639a02
build(docs-infra): update @angular/* to 9.0.0-rc.1 ( #33547 )
...
PR Close #33547
2019-11-11 09:38:05 -08:00
f32ce01d93
build(docs-infra): update @angular/* to 9.0.0-rc.0 ( #33547 )
...
PR Close #33547
2019-11-11 09:38:05 -08:00
3d13a6d318
build(docs-infra): update @angular/cli to 9.0.0-rc.0 ( #33547 )
...
PR Close #33547
2019-11-11 09:38:04 -08:00
46b5e4ae69
build(docs-infra): update aio
payload size ( #33547 )
...
PR Close #33547
2019-11-11 09:38:04 -08:00
fc24a69a6b
docs: add AOT mode default to version 9 upgrade doc ( #33703 )
...
PR Close #33703
2019-11-08 15:38:41 -08:00
b789c891bb
docs: update jiali's info ( #33698 )
...
PR Close #33698
2019-11-08 14:41:16 -08:00
eb9ed8cc13
docs: grammar fix ( #33170 )
...
PR Close #33170
2019-11-08 14:40:58 -08:00
139b2e4f40
docs: add missing word ( #33170 )
...
PR Close #33170
2019-11-08 14:40:58 -08:00
290ae43db3
docs: fix migration-renderer code snippets ( #33553 )
...
Fix code snippets for migration-renderer.md found in next.angular.io
PR Close #33553
2019-11-08 12:43:21 -08:00
c7f913d1ec
build(docs-infra): upgrade cli command docs sources to 4deae92a3 ( #33684 )
...
Updating [angular#9.0.x](https://github.com/angular/angular/tree/9.0.x ) from [cli-builds#9.0.x](https://github.com/angular/cli-builds/tree/9.0.x ).
##
Relevant changes in [commit range](7184f55eb...4deae92a3
):
**Modified**
- help/update.json
##
PR Close #33684
2019-11-08 10:55:37 -08:00
69fdcbd71c
docs: add ivy ssr opt-out ( #33616 )
...
PR Close #33616
2019-11-08 10:54:31 -08:00
a6ddda8834
docs: describe your change... ( #32914 )
...
Grammatical changes
PR Close #32914
2019-11-08 10:52:17 -08:00
2910d1a65f
docs: update ivy compatibility guide with latest changes ( #33675 )
...
This commit removes one of the expected Ivy changes because we have
decided to change the behavior to be more backwards-compatible.
It also adds a bug fix that is technically breaking to the list of
expected changes.
PR Close #33675
2019-11-08 10:51:53 -08:00
9df1178fe7
docs: app-name not rendering on browser ( #33613 )
...
Fixes #33612
PR Close #33613
2019-11-07 20:31:48 +00:00
4029c98f16
build(docs-infra): upgrade cli command docs sources to 7184f55eb ( #33648 )
...
Updating [angular#9.0.x](https://github.com/angular/angular/tree/9.0.x ) from [cli-builds#9.0.x](https://github.com/angular/cli-builds/tree/9.0.x ).
##
Relevant changes in [commit range](e598c8e89...7184f55eb
):
**Modified**
- help/generate.json
##
PR Close #33648
2019-11-07 17:45:06 +00:00
2a4061a3fd
docs: clarify status of sample app in stackblitz ( #33574 )
...
PR Close #33574
2019-11-06 19:39:12 +00:00
8e6bed988e
build(docs-infra): upgrade cli command docs sources to e598c8e89 ( #33624 )
...
Updating [angular#master](https://github.com/angular/angular/tree/master ) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master ).
##
Relevant changes in [commit range](7ecec963d...e598c8e89
):
**Modified**
- help/generate.json
##
PR Close #33624
2019-11-06 16:12:05 +00:00
1bd8fdb766
docs: add missing parenthesis ( #33559 )
...
PR Close #33559
2019-11-05 21:08:59 +00:00
29007e406d
docs(core): remove duplicate 'because' ( #33569 )
...
PR Close #33569
2019-11-05 21:07:17 +00:00
25aaff2ee1
docs: Adding Doug Parker to contributors list. ( #33516 )
...
PR Close #33516
2019-11-05 00:55:17 +00:00
5bc1b6f9ac
docs: remove redundant word from template syntax guide ( #33534 )
...
PR Close #33534
2019-11-05 00:54:47 +00:00
e3189f97ff
docs: Update link to angular + bazel example app ( #33409 )
...
http://github.com/angular/angular-bazel-example has been moved to rules_nodejs monorepo.
PR Close #33409
2019-11-04 20:07:37 +00:00
ac9d044cad
docs: add GDE profile of Fabian Gosebrink ( #33438 )
...
PR Close #33438
2019-11-02 00:53:05 +00:00
9e83814e61
docs: remove erroneous brack in animations guide ( #33525 )
...
Fixes #33459
PR Close #33525
2019-11-01 22:27:40 +00:00
f185fabc11
docs: add GDE profile of David Muellerchen ( #33455 )
...
PR Close #33455
2019-11-01 22:23:06 +00:00
feb5f27d09
docs: Add Mike Brocchi to the list of GDEs ( #33466 )
...
PR Close #33466
2019-11-01 17:40:16 +00:00
d863839ecc
docs: fix selector in getting started guide ( #33333 )
...
PR Close #33333
2019-10-31 22:22:25 +00:00
66ab701606
docs: add example of a server in ruby for deployment ( #33418 )
...
PR Close #33418
2019-10-31 22:22:01 +00:00
64ac106248
docs: fix typo in Observables in Angular guide ( #33509 )
...
change `ActivateRoute` to `ActivatedRoute`
PR Close #33509
2019-10-31 22:21:00 +00:00
7355906a95
docs: add detailed example to ContentChildren change ( #33499 )
...
PR Close #33499
2019-10-31 13:54:47 -07:00
12703d5601
docs: update to use latest 8.3.x CLI ( #33518 )
...
Change the "Updating to v9" docs to reflect that we want to use the latest 8.3.x CLI build for updating and not just 8.3.15.
PR Close #33518
2019-10-31 11:55:58 -07:00