Pete Bacon Darwin
548a972c2a
ci(docs-infra): move AIO preview deployment to CircleCI ( #25554 )
...
Now instead of pushing the AIO build artifacts to the preview server
from inside a Travis job, the artifacts are built and hosted on the
CircleCI infrastructure. The preview server will then pull these
down after being triggered by a CircleCI build webhook.
PR Close #25554
2018-08-17 13:47:54 -07:00
Pete Bacon Darwin
20dcc25eed
ci(docs-infra): update upload-server to run on node.js v10 ( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
Ana María Martínez Gómez
620d1402fe
docs: add HttpClientModule import code to services tutorial ( #24854 )
...
To be able to copy and paste.
PR Close #24854
2018-08-16 13:51:18 -07:00
Brandon Roberts
36fb4f4fdb
docs: reactive forms guide copy edits ( #25417 )
...
PR Close #25417
2018-08-16 13:50:51 -07:00
Ben Lesh
ea83445149
release: cut the v6.1.3 release
6.1.3
2018-08-15 14:28:58 -07:00
Alan Agius
1319ff4376
fix(service-worker): Cache-Control: no-cache
on assets breaks service worker ( #25408 )
...
At the moment `cacheAge` can we undefined when having `Cache-Control` set to `no-cache` due the mapping method in `needToRevalidate`
Closes #25442
PR Close #25408
2018-08-14 16:40:15 -07:00
Kieran Whiteman
9c1311c801
docs(core): Correct spelling error in directives docs ( #25377 )
...
Link to life-cycle hooks was spelt as "life-cycle hoooks".
PR Close #25377
2018-08-14 16:39:33 -07:00
Jonas Bandi
2ce93482b9
docs: enable debug tools with current versions of Angular ( #25361 )
...
Updating code snippet in docs that shows how to enable debug tools.
PR Close #25361
2018-08-14 16:38:26 -07:00
Greg Magolan
ed2a47f822
build(bazel): update to rules_typescript 0.16.0 & update to tagged rules_webtesting 0.2.1 ( #25486 )
...
PR Close #25486
2018-08-14 16:37:48 -07:00
Pete Bacon Darwin
cdee9add01
build(docs-infra): remove stability labels from API docs ( #25453 )
...
PR Close #25453
2018-08-14 13:17:15 -07:00
Pete Bacon Darwin
2f85b1691a
build(docs-infra): clean up API package template ( #25453 )
...
PR Close #25453
2018-08-14 13:17:15 -07:00
Pete Bacon Darwin
bf441e8b9e
build(docs-infra): include packages in API template breadcrumbs ( #25453 )
...
PR Close #25453
2018-08-14 13:17:15 -07:00
Pete Bacon Darwin
1c86e9b3b2
build(docs-infra): change breadcrumb delimiter to >
( #25453 )
...
PR Close #25453
2018-08-14 13:17:15 -07:00
Judy Bogart
9d6e869899
docs: add api doc for programmatic animation classes ( #24668 )
...
PR Close #24668
2018-08-14 13:15:27 -07:00
annefernandez3
e906bf4f31
docs: add Accelebrate to resources ( #23204 )
...
PR Close #23204
2018-08-14 11:58:04 -07:00
Igor Minar
5f08bdf8b9
ci: github robot should enforce that all requested reviews are submitted ( #25336 )
...
See docs in the diff for justification.
PR Close #25336
2018-08-13 21:39:05 -07:00
Justin Noel
f1ed022a4d
docs: fix typo in Architecture overview page ( #25438 )
...
PR Close #25438
2018-08-13 21:38:22 -07:00
Ana María Martínez Gómez
151e4b9fcc
docs: add link to Yarn in README ( #24856 )
...
Remove the code markdown. It is not code, it is a name.
PR Close #24856
2018-08-13 21:36:13 -07:00
Tomasz Kula
d0f089a55d
docs(aio): add async validation chapter ( #25189 )
...
Closes #22881
PR Close #25189
2018-08-10 09:14:25 -07:00
Jonathan Sharpe
cb05f9bbe9
docs: fix typo in testing guide ( closes #25400 ) ( #25418 )
...
PR Close #25418
2018-08-10 09:11:35 -07:00
Alex Eagle
fda30cb3e3
build: stop printing source-map-support warning ( #25339 )
...
PR Close #25339
2018-08-08 19:02:58 -07:00
Greg Magolan
2951e721df
build(bazel): update to rules_nodejs 0.11.2 and latest rules_typescript ( #25365 )
2018-08-08 13:19:37 -07:00
Judy Bogart
3449f1e256
docs: copy edit architecture guide ( #25328 )
...
PR Close #25328
2018-08-08 13:12:54 -07:00
maxv
6480d1b288
docs: make css multiline in styleguide for consistency ( #25300 )
...
PR Close #25300
2018-08-08 13:12:35 -07:00
Christoffer Noring
e76211aa32
docs: add ngrx book to the docs ( #23389 )
...
PR Close #23389
2018-08-08 13:11:46 -07:00
Igor Minar
a16de8f842
style: fix whitespace and indentation in the testing guide ( #21669 )
...
PR Close #21669
2018-08-08 13:11:17 -07:00
JiaLi.Passion
24f1dd3b81
docs: add docs for fakeAsync test with custom macroTask in aio ( #21669 )
...
PR Close #21669
2018-08-08 13:11:17 -07:00
manughub
f39551ce7e
docs: Clarify breaking change in minor release ( #25393 )
...
The breaking change was in an experimental feature. Update to clarify the wording.
PR Close #25393
2018-08-08 13:06:59 -07:00
Kara Erickson
3beb7116af
release: cut the v6.1.2 release
6.1.2
2018-08-08 11:00:23 -07:00
Kara Erickson
4b1a825efc
Revert "build: update Bazel to 0.16 ( #25316 )" ( #25391 )
...
This reverts commit 4eb8ac6de945bbc0d425e97d9f034ed68b307c50 because 0.16 is not
widely available yet (e.g. on Mac) and it is blocking the Angular release.
PR Close #25391
2018-08-08 10:52:25 -07:00
Greg Magolan
01e62551f5
build(bazel): update to rules_nodejs 0.11.2 and latest rules_typescript ( #25365 )
...
PR Close #25365
2018-08-07 21:01:46 -07:00
Loiane Groner
2f23533a25
docs(aio): Angular course in Portuguese #21836
2018-08-07 12:08:47 -07:00
Greg Magolan
054fbbe8b8
fix: add mappings for ngfactory & ngsummary files to their module names in aot summary resolver ( #25335 )
...
PR Close #25335
2018-08-07 11:13:29 -07:00
Guillermo Facundo Colunga
155d938e04
docs: refining code of tutorial 7 routing ( #22151 )
...
Removed the dead code from hero-detail.component.ts
Fixes #21908
PR Close #22151
2018-08-07 11:08:54 -07:00
Kristoffer Nording
94a2ac7884
docs: update resources to include UI-jar ( #21200 )
...
PR Close #21200
2018-08-07 11:07:40 -07:00
George Kalpakas
b75a98522a
test(upgrade): reduce flaky-ness by increasing timeout ( #24937 )
...
PR Close #24937
2018-08-06 14:52:52 -07:00
George Kalpakas
d7dc1b5e44
refactor(upgrade): improve internal AngularJS typings ( #24937 )
...
PR Close #24937
2018-08-06 14:52:52 -07:00
George Kalpakas
e075ea7ae7
build(upgrade): use correct sources in BUILD.bazel
( #24937 )
...
PR Close #24937
2018-08-06 14:52:52 -07:00
Christoffer Noring
415519acd3
docs: update to 2nd edition of Learning Angular ( #20934 )
...
PR Close #20934
2018-08-06 13:44:43 -07:00
René Ras
8cbb836985
docs: clarify heroes example ( #21216 )
...
PR Close #21216
2018-08-06 13:44:18 -07:00
Ro Savage
8d0f8bd657
docs: fix table in comparing observables guide ( #22485 )
...
PR Close #22485
2018-08-06 13:41:16 -07:00
vincecampanale
66547d8fd0
docs(core): clarify supported ViewChild selectors ( #22784 )
...
PR Close #22784
2018-08-06 13:40:48 -07:00
Vani
6e7d5f0925
docs(core): fix tree-shakable spelling ( #24057 )
...
PR Close #24057
2018-08-06 13:40:17 -07:00
Vani
29dfa5570a
docs: standardize spelling of tree-shakable ( #24057 )
...
PR Close #24057
2018-08-06 13:40:17 -07:00
Dario Braun
0c028a03ec
docs: remove code in universal hero detail component ( #25215 )
...
This reverts commit e9cc3dad8f39bc8dfabfb708a825f90fcd2ab697.
PR Close #25215
2018-08-06 13:39:24 -07:00
Daniel Ruf
a54c049051
docs: replace npm with yarn in lockfile readme ( #25309 )
...
PR Close #25309
2018-08-06 13:38:15 -07:00
Jessy Cormier
40904ce0c4
docs: add missing word in outputs description. ( #25330 )
...
PR Close #25330
2018-08-06 13:36:51 -07:00
Lukáš Matta
88f01f5653
docs: fix typo ( #25331 )
...
PR Close #25331
2018-08-06 13:36:10 -07:00
Trotyl
c66794c265
docs: several fixes for NPM package guide ( #20186 )
...
PR Close #20186
2018-08-06 11:32:32 -07:00
Bartosz Wyporkiewicz
e4acd83541
docs(http): fixed example unit test for error catching ( #25306 )
...
The example unit test should test the service when the backend
application is not available, by providing a mock error response.
Although, the test will
fail as the mock response from the server is valid (it does not simulate
a
error response, but valid response with an error status 404).
This merge request fix this issue by replacing MockResponse with
MockError
This PR resolves 19499 issue
PR Close #25306
2018-08-06 11:31:59 -07:00