George Kalpakas
4e82a76998
docs(elements): fix typo (tranformation --> transformation) ( #25600 )
...
PR Close #25600
2018-08-23 16:54:49 -04:00
George Kalpakas
51d5b433d0
fix(aio): show aio-themed 404 page for unknown resources ( #23188 )
...
Fixes #23179
PR Close #23188
2018-08-23 15:25:48 -04:00
Matias Niemelä
cc0d0a9d1e
fix(docs-infra): fix closure warning issue for improper internal flag ( #25628 )
...
PR Close #25628
2018-08-22 21:59:23 -04:00
Greg Magolan
82f26fe5f5
build(bazel): remove workaround no longer needed for module names for ngfactory & ngsummary files ( #25604 )
...
Workaround was added in https://github.com/angular/angular/pull/25335 . It was necessary for .ngfactory & .ngsummary files to have proper AMD module names starting with @angular when building angular downstream from source using Bazel. The underlying issue has been resolved in the compiler and these files now get proper AMD module names without the need for this workaround. The workaround had an unexpected consequence https://github.com/angular/angular-cli/issues/11835 which is fixed by its removal.
PR Close #25604
2018-08-22 21:11:18 -04:00
Jason Aden
8de57c9887
release: cut the v6.1.4 release
6.1.4
2018-08-22 15:05:02 -07:00
George Kalpakas
ace4e4ffa5
build: remove NGBUILDS_IO_KEY
now that it is not used any more ( #25601 )
...
This is a follow-up to #25536 .
PR Close #25601
2018-08-22 15:59:14 -04:00
Bert Verhelst
1fa97903a3
docs: Improve docs for downgrading a service ( #19371 )
...
PR Close #19371
2018-08-21 10:49:00 -07:00
Jason Aden
7e61645b82
fix(router): default scroll position restoration to disabled ( #25586 )
...
Fixes #25145
FW-305 #resolve
PR Close #25586
2018-08-21 10:48:14 -07:00
Vikram Subramanian
46b0ce9fc6
refactor(bazel): allow and ignore extra args for _ts_expected_outs ( #25558 )
...
This is needed to let ts_compile_actions take explicit list of srcs and deps to generate tsc actions from another rule. This is no-op for ngc for now.
PR Close #25558
2018-08-20 16:27:48 -07:00
Sergey Koshechkin
78750a7fec
docs: fix typo in service worker getting started guide ( #25512 )
...
PR Close #25512
2018-08-20 11:09:52 -07:00
Greg Magolan
77d9975eb2
build(aio): update dgeni-packages to 0.26.3 to fix reference types issue ( #25528 )
...
PR Close #25528
2018-08-20 11:09:24 -07:00
Greg Magolan
7eed4ee837
build: refactor ambient node & jasmine types so they are only included where needed ( #25528 )
...
PR Close #25528
2018-08-20 11:09:24 -07:00
JinBeom Hong
292b435495
docs: fix typo in reactive forms guide ( #25543 )
...
PR Close #25543
2018-08-20 11:08:32 -07:00
Judy Bogart
5939c420ce
docs: copy edit glossary ( #25468 )
...
PR Close #25468
2018-08-17 14:33:51 -07:00
Pete Bacon Darwin
a5cc9dbb53
ci: ensure aio_preview job has needed node_modules ( #25536 )
...
PR Close #25536
2018-08-17 13:48:27 -07:00
Pete Bacon Darwin
2b810a4e57
docs(docs-infra): the build.sh
script was renamed to create-image.sh
( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
Pete Bacon Darwin
2acf369664
ci(docs-infra): rename 'upload-server' to 'preview-server' ( #25554 )
...
The server no longer has files uploaded to it. Instead it is more
accurate to refer to it as dealing with "previews" of PRs.
PR Close #25554
2018-08-17 13:47:54 -07:00
Pete Bacon Darwin
860b79289f
ci(docs-infra): add explicit return types to methods ( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
Pete Bacon Darwin
b519d41f42
ci(docs-infra): improve preview-server logging ( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
Pete Bacon Darwin
faf184ad63
ci(docs-infra): change AIO preview server stuff to pull builds from CircleCI ( #25554 )
...
Previously, Travis pushed the build artitfacts to the preview server.
This required us to use JWT to secure the POST request from Travis, to
ensure we couldn't receive malicious builds.
JWT has been deprecated and we are moving our builds to CircleCI.
This commit rewrites the TypeScript part of the preview server that
handles converting build artifact into hosted previews of the docs.
PR Close #25554
2018-08-17 13:47:54 -07:00
Pete Bacon Darwin
1e0f455855
ci(docs-infra): factor out the aio-builds-setup environment variables ( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
Pete Bacon Darwin
ced30982df
ci(docs-infra): move the payload-size check to the test job ( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
Pete Bacon Darwin
fed429b0cc
ci(docs-infra): add helper scripts for running TDD in Docker ( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
Pete Bacon Darwin
9cb3107dda
docs(docs-infra): update the preview server documentation ( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
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