Pawel Kozlowski
ea57587b7c
docs(ivy): document breaking changes for DebugElement classes and attributes ( #34328 )
...
PR Close #34328
2019-12-13 10:53:41 -08:00
Kapunahele Wong
a9e3cbd534
docs: add docs about inputs and strictNullChecks to template typecheck ( #34194 )
...
PR Close #34194
2019-12-12 15:58:13 -08:00
owenmecham
1583293694
docs: ng-conf 2020 the musical ( #34342 )
...
Added event and announcement info for ng-conf 2020
PR Close #34342
2019-12-12 09:06:11 -08:00
Sonu Kapoor
5f2897be0b
docs(forms): Update catchError to return an `observable` ( #34357 )
...
Closes #34323
PR Close #34357
2019-12-11 13:19:57 -08:00
ajitsinghkaler
f503832abe
docs: fix headers in "Getting Started" code-snippets ( #34321 )
...
The headers of two of the code-snippets in the [Input section](https://angular.io/start#input )
of the "Getting Started" guide incorrectly referenced an non-existent
file path (`src/app/product-list/product-alerts.component.ts`).
This commit fixes the headers to show the correct file path
(`src/app/product-alerts/product-alerts.component.ts`).
Fixes #34320
PR Close #34321
2019-12-11 09:49:49 -08:00
Judy Bogart
c9df9afddd
docs: add change detection to glossary ( #34316 )
...
PR Close #34316
2019-12-10 16:30:35 -08:00
Jonathan Sharpe
8683c0335b
docs: Fix links to Webpack docs ( #34326 )
...
The previous link, https://webpack.js.org/configuration/dev-server/#devserver-proxy , doesn't go directly to the proxy section.
PR Close #34326
2019-12-10 09:18:17 -08:00
Luka Petrovic
f95e2c7e7e
docs: fix broken links ( #34311 )
...
PR Close #34311
2019-12-10 09:17:12 -08:00
Sonu Kapoor
7823c23932
docs: Adds NgModule into back-ticks ( #34302 )
...
PR Close #34302
2019-12-09 11:36:35 -08:00
Matt Janssen
f98aeca146
docs(forms): fix a punctuation error ( #34278 )
...
PR Close #34278
2019-12-09 10:35:03 -08:00
Kapunahele Wong
3805172f9c
docs: edit copy of getting started step 3 ( #32820 )
...
PR Close #32820
2019-12-06 10:27:00 -08:00
ajitsinghkaler
421dba0184
fix(docs-infra): make header full-width and panels full-width on mobile screens ( #34188 )
...
On events page the header was not able to take full width when body exceeds viewport width of the screen So made the below body go overflow-x auto and resources page was taking 80% of the width which is okay on desktop but on mobile it should take 100% width put a media quer for it.
Fixes #34163
PR Close #34188
2019-12-05 13:06:36 -08:00
Kapunahele Wong
de62d8ebdb
docs: fix migrations formatting ( #33267 )
...
PR Close #33267
2019-12-05 13:06:01 -08:00
David Shevitz
02134172dd
docs: add David Shevitz to about page ( #34222 )
...
PR Close #34222
2019-12-05 11:19:59 -08:00
Alan Agius
542f236dc4
docs: add documentation for server and Ivy without bundleDependencies ( #34225 )
...
PR Close #34225
2019-12-05 10:13:57 -08:00
Denys Vuika
28ef1af376
docs: update Angular books list ( #34062 )
...
PR Close #34062
2019-12-05 10:11:25 -08:00
Kapunahele Wong
e71d151571
docs: edit copy of getting started step 2 ( #32776 )
...
PR Close #32776
2019-12-05 10:10:40 -08:00
Kwinten Pisman
e315215983
docs: add kwinten pisman to GDE resources ( #34184 )
...
PR Close #34184
2019-12-03 16:11:40 -08:00
Amadou Sall
8f102fe674
docs: remove information about which version of Firefox started supporting custom elements ( #34007 )
...
PR Close #34007
2019-12-03 16:04:54 -08:00
George Kalpakas
86d5472d91
docs(service-worker): fix paths for `ngsw-config` command to match latest CLI ( #34215 )
...
PR Close #34215
2019-12-03 10:42:07 -08:00
Judy Bogart
f84f362de3
docs: clarify differential load doc ( #34189 )
...
PR Close #34189
2019-12-03 10:37:11 -08:00
Charles Lyding
56f4e56094
docs: Ivy i18n guide updates for localize option ( #34053 )
...
PR Close #34053
2019-12-03 10:14:15 -08:00
Alan Agius
e6dbcd0f46
docs: remove redundant dashes ( #34172 )
...
PR Close #34172
2019-12-02 11:26:21 -08:00
Paul Gschwendtner
5b04abd5c0
docs: update title of v9 injectable migration guide ( #34125 )
...
The missing-injectable migration has been updated to handle a breaking change that is
unrelated to missing ´@Injectable` decorators. Though, the breaking change will be handled
as part of this migration since we did not want to create another migration (with all the boilerplate etc.)
The guide has been already updated to reflect the new pattern the migration handles, but we
should also rename the title of the guide to something that also mentions the other pattern.
Not renaming the guide URL since it is referenced in past releases and it's safer to keep the old
URL. The important thing is to change the actual rendered title.
PR Close #34125
2019-12-02 11:21:50 -08:00
Santosh Yadav
040673464c
docs: small typo in DI docs ( #34122 )
...
PR Close #34122
2019-12-02 11:20:39 -08:00
Sonu Kapoor
2cc954d5a5
test(docs-infra): ensure RxJS-related docs examples can compile without errors ( #34063 )
...
Previously, some RxJS-related examples (which are not proper Angular apps) were not
tested on CI as part of the `example-e2e` npm script. This meant that the examples
could get out-of-date or contain compile errors without as noticing.
This commit ensures that the `example-e2e` script picks up these examples and checks
that they compile successfully.
Partly addresses #28017 .
PR Close #34063
2019-12-02 11:02:13 -08:00
Santosh Yadav
6108962291
docs: add ngIndia to event page ( #33656 )
...
PR Close #33656
2019-11-27 13:04:08 -08:00
Paul Gschwendtner
3414760bdd
docs: update injectable migration guide to reflect latest schematic changes ( #33960 )
...
Since we created the migration guide for the `missing-injectable` schematic, the schematic
changed in various ways. e.g. the migration no longer migrates classes passed to `useExisting`
Additionally the migration has been expanded to handle another Ivy breaking change where
providers like `{provide: X}` will be intepreted as `{provide: X, useClass: X}`. This pattern should
be documented in the migration guide.
PR Close #33960
2019-11-26 16:37:48 -05:00
Nikita Potapenko
48a1acab52
docs: fix typo in sample ( #33984 )
...
Fixes #33979
PR Close #33984
2019-11-26 16:37:17 -05:00
Kapunahele Wong
78c65c330f
docs: add note about strictTemplates and strictNullChecks together ( #34039 )
...
PR Close #34039
2019-11-26 16:36:51 -05:00
ajitsinghkaler
5ff98fe701
docs: removed non-supported versions from LTS ( #34005 )
...
PR Close #34005
2019-11-26 16:36:23 -05:00
Kapunahele Wong
d655093123
docs: add Animations import in Router doc ( #33740 )
...
Fixes #33665
PR Close #33740
2019-11-25 22:37:55 -05:00
Kapunahele Wong
1ab2ebc719
docs: edit EventEmitter name in styleguide ( #33923 )
...
Fixes #33890
PR Close #33923
2019-11-25 18:40:51 -05:00
Igor Minar
ed55355363
fix(core): remove deprecated and defunct wtf* apis ( #33949 )
...
These apis have been deprecated in v8, so they should stick around till v10,
but since they are defunct we are removing them early so that they don't take up payload size.
PR Close #33949
2019-11-25 18:39:18 -05:00
Charles Lyding
56f33bc266
docs: initial Ivy i18n guide updates ( #33762 )
...
PR Close #33762
2019-11-25 14:12:18 -05:00
arturovt
51a56bc4c6
docs: fix typos and highlight booleans to keep consistency ( #34013 )
...
PR Close #34013
2019-11-25 11:38:06 -05:00
ajitsinghkaler
1217c6b7cc
docs: replace class hero to interface wherever class properties not used ( #34022 )
...
Fixes #21186
PR Close #34022
2019-11-25 11:37:39 -05:00
JiaLiPassion
5129bccebf
docs: add TracyLee to GDE list ( #33947 )
...
PR Close #33947
2019-11-22 18:40:03 -05:00
Joey Perrott
e24453b9f8
docs: Add Joey Perrott to Angular team in contributors ( #33962 )
...
PR Close #33962
2019-11-22 17:40:03 -05:00
Kara Erickson
a37bf9a516
docs: add examples for DI change in Ivy ( #33643 )
...
PR Close #33643
2019-11-22 13:04:24 -05:00
Santosh Yadav
9f211ba0f5
docs: add santosh yadav as GDE resource ( #33818 )
...
PR Close #33818
2019-11-22 12:45:52 -05:00
Girma Nigusse
bb79018f92
docs(core): fix typo in Tour of Heroes App and Tutorial ( #33931 )
...
PR Close #33931
2019-11-22 12:45:03 -05:00
Alan Agius
5024e217d7
docs: update npm install dev command to `npm install --save-dev` ( #33985 )
...
See: https://docs.npmjs.com/specifying-dependencies-and-devdependencies-in-a-package-json-file
PR Close #33985
2019-11-22 12:38:17 -05:00
arturovt
2dd572b15c
docs(http): fix typo ( #33978 )
...
PR Close #33978
2019-11-22 12:36:43 -05:00
Ralf D. Müller
fd5f101bab
docs: add CSRF to XSRF section of http guide ( #32933 )
...
link to the correct section of the HttpClientGuide:
if someone searches for CSRF (and not XSRF), she will not find the right section in the HttpClient guide
added CSRF as name of XSRF attack:
in order to make it easier to find the XSRF protection, I've added a reference to the other name "CSRF". The security guide has the same reference to XSRF/CSRF.
When I searched for this feature, I had quite some problems to find it because of this missing reference
PR Close #32933
2019-11-21 16:57:12 -05:00
Martina Kraus
2303dc4f28
docs: add martina kraus to GDE resources ( #33719 )
...
PR Close #33719
2019-11-21 16:52:32 -05:00
Alan Agius
df71aa425f
docs: clarify that `--prod` should be used to publish a library ( #33959 )
...
PR Close #33959
2019-11-21 10:45:18 -08:00
Dyma
11a35e5d14
docs: add learning resource ( #33730 )
...
PR Close #33730
2019-11-20 14:56:56 -08:00
Alyssa Nicoll
4ae754a222
docs: Update Alyssa on GDE list ( #33538 )
...
PR Close #33538
2019-11-20 14:52:00 -08:00
George Kalpakas
27562e92db
fix(docs-infra): fix StackBlitz and zipped `http` examples ( #33941 )
...
Previously, the generated StackBlitz examples as well as the
corresponding downloadable zips for the `http` guide examples were not
correct and thus trying to run the app and/or tests would fail.
This commit fixes the examples:
- Replace `TestBed.inject()` (which was [introduced in v9][1]) with
`TestBed.get()` (which is available in v8 used in the examples).
(NOTE: The examples will soon be updated to v9 (as part of
[FW-1609][2] and switched back to `TestBed.inject()` then.)
- Include `src/app/heroes/hero.ts` in the zip, because it is referenced
by some of the other files and the compilation fails without it.
- Ensure `src/main-specs.ts` is not included in the zip that does not
include the tests. Including the file broke the app, because there is
logic in our zip-builder that renamed `main-*.ts` files to `main.ts`
and thus `main-specs.ts` ended up overwriting the actual `main.ts`.
[1]: https://next.angular.io/guide/deprecations#angularcoretesting
[2]: https://angular-team.atlassian.net/browse/FW-1609
Fixes #33874
Fixes #33945
PR Close #33941
2019-11-20 14:44:31 -08:00
Judy Bogart
5c23ea71c4
docs: add version requirement for routing option ( #33909 )
...
PR Close #33909
2019-11-19 11:40:03 -08:00
Judy Bogart
341d5847d6
docs: add xrefs to update app and deprecations policy ( #33767 )
...
PR Close #33767
2019-11-18 09:13:16 -08:00
Pierre-Yves FARE
2e7a3e9ae6
docs: add html template for sizer component in template syntax guide ( #33776 )
...
fixes #33771
PR Close #33776
2019-11-18 09:12:45 -08:00
Pete Bacon Darwin
023c4ffdde
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
Santosh Yadav
6fadb7a3a4
docs: updated dynamic forms example ( #31510 )
...
Fixes #31446
PR Close #31510
2019-11-15 16:16:45 -08:00
dishanfernando
ffe57a004c
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
Stefanie Fluin
fe4447d568
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
Judy Bogart
6888cb3d7a
docs: expand type-check info in update page ( #33577 )
...
PR Close #33577
2019-11-13 11:08:51 -08:00
Filipe Silva
f922903b62
docs: remove migration-ngcc guide ( #33727 )
...
PR Close #33727
2019-11-12 14:03:48 -08:00
Filipe Silva
9a840e5021
docs: add postinstall opt-in ( #33727 )
...
PR Close #33727
2019-11-12 14:03:48 -08:00
Filipe Silva
31c5e67ba6
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
ketangote
fcde671ae2
docs: updated amexio resource description ( #33645 )
...
PR Close #33645
2019-11-12 09:52:48 -08:00
Judy Bogart
c6ebcd1eb9
docs: fix numbering ( #33736 )
...
PR Close #33736
2019-11-11 12:46:34 -08:00
Alan Agius
ca1ff3ea11
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
Kara Erickson
1d429b2165
docs: add AOT mode default to version 9 upgrade doc ( #33703 )
...
PR Close #33703
2019-11-08 15:38:40 -08:00
JiaLiPassion
a40103d849
docs: update jiali's info ( #33698 )
...
PR Close #33698
2019-11-08 14:41:16 -08:00
Németh Tamás
b97577bd94
docs: grammar fix ( #33170 )
...
PR Close #33170
2019-11-08 14:40:58 -08:00
Németh Tamás
4385cbaa65
docs: add missing word ( #33170 )
...
PR Close #33170
2019-11-08 14:40:58 -08:00
Daniele Morosinotto
98766b1d07
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:20 -08:00
Alan Agius
570936e39f
docs: add ivy ssr opt-out ( #33616 )
...
PR Close #33616
2019-11-08 10:54:31 -08:00
Shibasish
43ffe7257a
docs: describe your change... ( #32914 )
...
Grammatical changes
PR Close #32914
2019-11-08 10:52:17 -08:00
Kara Erickson
c4fbd0bef7
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:52 -08:00
Santosh Yadav
0ca2a390d5
docs: app-name not rendering on browser ( #33613 )
...
Fixes #33612
PR Close #33613
2019-11-07 20:31:48 +00:00
Judy Bogart
2a4061a3fd
docs: clarify status of sample app in stackblitz ( #33574 )
...
PR Close #33574
2019-11-06 19:39:12 +00:00
Srichandradeep Choudarapu
1bd8fdb766
docs: add missing parenthesis ( #33559 )
...
PR Close #33559
2019-11-05 21:08:59 +00:00
Eliran Eliassy
29007e406d
docs(core): remove duplicate 'because' ( #33569 )
...
PR Close #33569
2019-11-05 21:07:17 +00:00
Doug Parker
25aaff2ee1
docs: Adding Doug Parker to contributors list. ( #33516 )
...
PR Close #33516
2019-11-05 00:55:17 +00:00
Geoff Bass
5bc1b6f9ac
docs: remove redundant word from template syntax guide ( #33534 )
...
PR Close #33534
2019-11-05 00:54:47 +00:00
Brian Michalski
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
FabianGosebrink
ac9d044cad
docs: add GDE profile of Fabian Gosebrink ( #33438 )
...
PR Close #33438
2019-11-02 00:53:05 +00:00
Rick Katka
9e83814e61
docs: remove erroneous brack in animations guide ( #33525 )
...
Fixes #33459
PR Close #33525
2019-11-01 22:27:40 +00:00
Dave
f185fabc11
docs: add GDE profile of David Muellerchen ( #33455 )
...
PR Close #33455
2019-11-01 22:23:06 +00:00
Mike Brocchi
feb5f27d09
docs: Add Mike Brocchi to the list of GDEs ( #33466 )
...
PR Close #33466
2019-11-01 17:40:16 +00:00
Geoff Bass
d863839ecc
docs: fix selector in getting started guide ( #33333 )
...
PR Close #33333
2019-10-31 22:22:25 +00:00
TheMushr00m
66ab701606
docs: add example of a server in ruby for deployment ( #33418 )
...
PR Close #33418
2019-10-31 22:22:01 +00:00
Geoff Bass
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
Kara Erickson
7355906a95
docs: add detailed example to ContentChildren change ( #33499 )
...
PR Close #33499
2019-10-31 13:54:47 -07:00
vikerman
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
Judy Bogart
e4ebffab8d
docs: fix format in ivy page ( #33513 )
...
PR Close #33513
2019-10-31 10:32:22 -07:00
Kapunahele Wong
c35587ba56
docs: add template type-checking guide ( #33421 )
...
PR Close #33421
2019-10-30 13:49:18 -07:00
Judy Bogart
fba72f0d4d
docs: rewrite ivy page, add template typecheck doc ( #33152 )
...
PR Close #33152
2019-10-30 10:39:26 -07:00
Andrew Kushnir
5666d11633
docs: adding a note on ICU processing to Ivy compatibility guide ( #33480 )
...
PR Close #33480
2019-10-29 17:16:30 -07:00
John Ralph Umandal
ba0c178dbb
docs: fixed cli ng update reference link ( #33320 )
...
The automated link for ng update is currently going to the
wrong page. Edit directs them to the correct page.
PR Close #33320
2019-10-29 14:03:52 -07:00
Igor Minar
afa50838a7
docs: update instructions for v9 to reflect cli update ( #33473 )
...
PR Close #33473
2019-10-29 11:43:12 -07:00
thanhpd
27745c5d8c
docs: added missing whitespaces ( #33424 )
...
PR Close #33424
2019-10-29 11:40:48 -07:00
thanhpd
2f6c97e93c
docs: remove redundant whitespaces and fix minor typos ( #33422 )
...
PR Close #33422
2019-10-29 11:39:17 -07:00
Kara Erickson
3505692f75
docs: add @next to update instructions ( #33410 )
...
PR Close #33410
2019-10-25 13:01:04 -07:00
Kara Erickson
49bfc7421a
docs: add ivy compatibility guide ( #33390 )
...
PR Close #33390
2019-10-25 09:34:01 -07:00
Kara Erickson
01455d70e3
docs: re-organize version 9 guide ( #33390 )
...
PR Close #33390
2019-10-25 09:34:01 -07:00
Geoff Bass
2805af900f
docs: fix typo in getting started guide ( #33372 )
...
Add a missing word to make the phrase grammatically correct
PR Close #33372
2019-10-24 09:51:36 -07:00