26516045e7
refactor(animations): do not use short parameter names ( #25198 )
...
PR Close #25198
2018-08-01 10:51:58 -07:00
a83b9f7911
docs(changelog): remove reverted feature entry ( #25206 )
...
PR Close #25206
2018-08-01 10:51:28 -07:00
1b7c77e49f
docs(changelog): remove duplicate entries ( #25206 )
...
PR Close #25206
2018-08-01 10:51:28 -07:00
3ab31a4be6
docs: update to account for CLI changes ( #25223 )
...
This should help clarify the use of providedIn and correct the documentation where it was showing the use of a now depreciated CLI command flag.
I am openly looking for feedback on this change to figure out the best wording.
PR Close #25223
2018-08-01 10:51:05 -07:00
43dcf77123
build(bazel): fix typo in protractor test target definition ( #25235 )
...
PR Close #25235
2018-08-01 10:50:44 -07:00
d4bf2da3bd
refactor(core): remove withBody from public testing API ( #25171 )
...
PR Close #25171
2018-07-31 15:09:33 -07:00
fa3882845a
docs(aio): add short description for entryComponents ( #21360 )
...
PR Close #21360
2018-07-31 13:18:36 -07:00
fa59748e00
build: make postinstall
script compatible with Windows ( #25232 )
...
PR Close #25232
2018-07-31 13:17:55 -07:00
c38ecb3b5b
docs(forms): fix incorrect variables naming in the comments ( #25150 )
...
PR Close #25150
2018-07-31 11:42:16 -07:00
875efa8492
docs(docs-infra): fix topnav layout for smaller screens ( #25181 )
...
PR Close #25181
2018-07-31 11:41:22 -07:00
74964bde99
docs: fix link to "Override component providers" ( #24967 )
...
Closes #24966
PR Close #24967
2018-07-30 21:53:21 -07:00
785fb5cc5a
docs(aio): add StrongBrew to the trainer list ( #24891 )
...
PR Close #24891
2018-07-30 16:48:17 -07:00
26d9f0278b
ci: correctly encode quoted params passed as params to curl
...
Previously the auth token could have been split into three separate args in bash which resulted
in two bogus requests being sent out for each curl call. These requests had to time out before
the real request was made, but without the token.
I couldn't find a better way to quickly fix this without adding some duplication.
2018-07-30 16:46:50 -07:00
22ebd53c17
docs: update bootstrapping and entry component guide to use httpclient ( #25178 )
...
PR Close #25178
2018-07-30 16:00:19 -07:00
a972c039c3
docs: fix typo in dependency injection guide ( #24972 )
...
PR Close #24972
2018-07-30 15:56:36 -07:00
f5e18029fa
docs: refactor pipe example to use the HttpClient ( #22741 )
...
PR Close #22741
2018-07-30 14:40:25 -07:00
317c7087c5
build(compiler-cli): update tsickle dependency to support TypeScript 2.9 ( #25152 )
...
The original range (`^0.30.0`) does not match `0.32.1`, which enables support for TypeScript 2.9.
Close #25141
PR Close #25152
2018-07-27 11:25:28 -07:00
39abe7b7c1
test: fix typings for DoneFn
( #25163 )
...
This also fixes CI tests, which were accidentally broken in #24663 .
PR Close #25163
2018-07-27 11:13:33 -07:00
36a7705a44
feat(docs-infra): allow notification bar to show arbitrary content ( #25020 )
...
This change generalises the notification bar rendering to allow
more complex content to be displayed.
Now you must provide the full HTML of the notification message
when using `<aio-notification>`.
Also you can control whether clicking the content triggers the
notification to close or not.
This will support the new notification specified in "Other Items : 3" of
[#24140 ](https://github.com/angular/angular/issues/24140#issuecomment-397480410 )
PR Close #25020
2018-07-27 09:29:40 -07:00
50a21885cf
style(docs-infra): remove unnecessary call to console.log() ( #25020 )
...
PR Close #25020
2018-07-27 09:29:40 -07:00
e86f3d9a49
docs: refactor feature modules example ( #25069 )
...
PR Close #25069
2018-07-27 09:28:13 -07:00
738f2961ba
docs: Change unnecessary step in ToH-Tutorial ( #25059 )
...
PR Close #25059
2018-07-27 09:25:59 -07:00
f2bf8287ba
build(bazel): add comment about angular bazel rules API re-export from /index.bzl ( #24663 )
...
PR Close #24663
2018-07-26 17:02:21 -07:00
9d5b34e1e7
build(bazel): add comment for patch-types work-around ( #24663 )
...
PR Close #24663
2018-07-26 17:02:21 -07:00
d237f4014a
build(bazel): show bazel progress in CircleCI to prevent 10m timeout with no output ( #24663 )
...
PR Close #24663
2018-07-26 17:02:21 -07:00
8743a9bfd6
build(bazel): use bazel managed node_modules for downstream angular from source build support ( #24663 )
...
PR Close #24663
2018-07-26 17:02:21 -07:00
514d03f2d0
docs(router): Removed unneeded trailing text. ( #24894 )
...
PR Close #24894
2018-07-26 17:01:03 -07:00
48d7205873
release: cut the v6.1.0 release
6.1.0
2018-07-25 14:23:40 -07:00
e1c6fd5453
Revert "feat(core): add support for using async/await with Jasmine" ( #25096 )
...
This reverts commit f6829aba55e07609e312b4f67dbc9dbbf36e4e46.
PR Close #25096
2018-07-25 11:44:56 -07:00
968f153491
fix(router): Fix _lastPathIndex in deeply nested empty paths ( #22394 )
...
PR Close #22394
2018-07-25 11:27:28 -07:00
1e28495c89
fix(ivy): update compiler with latest runtime for view queries ( #25061 )
...
PR Close #25061
2018-07-25 10:39:30 -07:00
0bcf20c9fa
docs(animations): typo fix in the comments ( #22652 )
...
PR Close #22652
2018-07-25 10:13:18 -07:00
cf81823b07
docs: refactor style guide example 03-06 ( #24996 )
...
docs: refactor style guide example 03-06
docs: refactor style guide example 03-06
docs: refactor style guide example 03-06
PR Close #24996
2018-07-25 08:04:12 -07:00
d4ac9698ba
Revert "docs: refactor style guide example 03-06 ( #24996 )"
...
This reverts commit 65e18dc1bf
.
2018-07-24 22:11:30 -07:00
c205516f0d
docs: refactor ngmodules example ( #25072 )
...
PR Close #25072
2018-07-24 21:03:38 -07:00
777bd412b2
docs: replace angular/http with HttpClient ( #25068 )
...
PR Close #25068
2018-07-24 20:54:44 -07:00
1e79014fc4
docs: replace angular/http with HttpClient ( #25066 )
...
PR Close #25066
2018-07-24 20:51:50 -07:00
d0c066a223
docs: replaced old angular/http example ( #25065 )
...
PR Close #25065
2018-07-24 20:47:20 -07:00
65e18dc1bf
docs: refactor style guide example 03-06 ( #24996 )
...
PR Close #24996
2018-07-24 20:46:07 -07:00
1ceddb6290
fix(ivy): support re-order embedded templates ( #24805 )
...
PR Close #24805
2018-07-24 16:41:05 -07:00
22731a7588
refactor(ivy): split i18nInterpolation into 8 functions ( #24805 )
...
PR Close #24805
2018-07-24 16:41:05 -07:00
72dd10f78f
refactor(ivy): cleanup runtime i18n code ( #24805 )
...
Fixes #24785
PR Close #24805
2018-07-24 16:41:05 -07:00
c0e3852384
Revert "build: update to newer circleCI bazel remote cache proxy ( #25054 )" ( #25076 )
...
This reverts commit d6016f1d1d
.
PR Close #25076
2018-07-24 16:05:58 -07:00
2cb0f68a7b
test(bazel): allow no sandbox for protractor tests ( #24906 )
...
It specifies --no-sandbox flag when running the protractor tests as
root. This is needed for running the tests inside a docker container.
PR Close #24906
2018-07-24 08:28:03 -07:00
8450e0ab2f
build(bazel): fix broken travis CI ( #24788 )
...
PR Close #24788
2018-07-24 08:26:16 -07:00
e38b2b502c
build(bazel): //modules/benchmarks/src/largetable/render3:perf bazel protractor test ( #24788 )
...
PR Close #24788
2018-07-24 08:26:16 -07:00
445b9a5627
feat(ivy): support ViewContainerRef.createComponent() ( #24997 )
...
PR Close #24997
2018-07-24 08:23:23 -07:00
d523630ea2
docs(aio): cleanup aalert, callout, subsection use and author style ( #24986 )
...
PR Close #24986
2018-07-24 08:22:14 -07:00
d6016f1d1d
build: update to newer circleCI bazel remote cache proxy ( #25054 )
...
it fixes the error we currently get on CI
PR Close #25054
2018-07-24 08:20:28 -07:00
be3cca4fd5
docs: tests for number/percent/currency pipe ( #25028 )
...
Will avoid errors in examples like the one fixed in #24661
Closes #25028
2018-07-23 13:18:23 -07:00