Greg Magolan
43dcf77123
build(bazel): fix typo in protractor test target definition ( #25235 )
...
PR Close #25235
2018-08-01 10:50:44 -07:00
Miško Hevery
d4bf2da3bd
refactor(core): remove withBody from public testing API ( #25171 )
...
PR Close #25171
2018-07-31 15:09:33 -07:00
Vadym Yatsyuk
fa3882845a
docs(aio): add short description for entryComponents ( #21360 )
...
PR Close #21360
2018-07-31 13:18:36 -07:00
George Kalpakas
fa59748e00
build: make postinstall
script compatible with Windows ( #25232 )
...
PR Close #25232
2018-07-31 13:17:55 -07:00
denjamal
c38ecb3b5b
docs(forms): fix incorrect variables naming in the comments ( #25150 )
...
PR Close #25150
2018-07-31 11:42:16 -07:00
Stefanie Fluin
875efa8492
docs(docs-infra): fix topnav layout for smaller screens ( #25181 )
...
PR Close #25181
2018-07-31 11:41:22 -07:00
Rajesh Duggal
74964bde99
docs: fix link to "Override component providers" ( #24967 )
...
Closes #24966
PR Close #24967
2018-07-30 21:53:21 -07:00
Kwinten Pisman
785fb5cc5a
docs(aio): add StrongBrew to the trainer list ( #24891 )
...
PR Close #24891
2018-07-30 16:48:17 -07:00
Igor Minar
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
Daniel
22ebd53c17
docs: update bootstrapping and entry component guide to use httpclient ( #25178 )
...
PR Close #25178
2018-07-30 16:00:19 -07:00
Jerry Gao
a972c039c3
docs: fix typo in dependency injection guide ( #24972 )
...
PR Close #24972
2018-07-30 15:56:36 -07:00
Daniel
f5e18029fa
docs: refactor pipe example to use the HttpClient ( #22741 )
...
PR Close #22741
2018-07-30 14:40:25 -07:00
Sarun Intaralawan
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
George Kalpakas
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
Pete Bacon Darwin
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
Pete Bacon Darwin
50a21885cf
style(docs-infra): remove unnecessary call to console.log() ( #25020 )
...
PR Close #25020
2018-07-27 09:29:40 -07:00
Daniel
e86f3d9a49
docs: refactor feature modules example ( #25069 )
...
PR Close #25069
2018-07-27 09:28:13 -07:00
Frederik Schlemmer
738f2961ba
docs: Change unnecessary step in ToH-Tutorial ( #25059 )
...
PR Close #25059
2018-07-27 09:25:59 -07:00
Greg Magolan
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
Greg Magolan
9d5b34e1e7
build(bazel): add comment for patch-types work-around ( #24663 )
...
PR Close #24663
2018-07-26 17:02:21 -07:00
Greg Magolan
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
Greg Magolan
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
George Wilde
514d03f2d0
docs(router): Removed unneeded trailing text. ( #24894 )
...
PR Close #24894
2018-07-26 17:01:03 -07:00
Victor Berchet
48d7205873
release: cut the v6.1.0 release
6.1.0
2018-07-25 14:23:40 -07:00
Miško Hevery
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
Adrien Samson
968f153491
fix(router): Fix _lastPathIndex in deeply nested empty paths ( #22394 )
...
PR Close #22394
2018-07-25 11:27:28 -07:00
Pawel Kozlowski
1e28495c89
fix(ivy): update compiler with latest runtime for view queries ( #25061 )
...
PR Close #25061
2018-07-25 10:39:30 -07:00
Johan CHOUQUET
0bcf20c9fa
docs(animations): typo fix in the comments ( #22652 )
...
PR Close #22652
2018-07-25 10:13:18 -07:00
Daniel
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
Victor Berchet
d4ac9698ba
Revert "docs: refactor style guide example 03-06 ( #24996 )"
...
This reverts commit 65e18dc1bf1c4390e3c61af1e63c04c37b6c107d.
2018-07-24 22:11:30 -07:00
Daniel
c205516f0d
docs: refactor ngmodules example ( #25072 )
...
PR Close #25072
2018-07-24 21:03:38 -07:00
Daniel
777bd412b2
docs: replace angular/http with HttpClient ( #25068 )
...
PR Close #25068
2018-07-24 20:54:44 -07:00
Daniel
1e79014fc4
docs: replace angular/http with HttpClient ( #25066 )
...
PR Close #25066
2018-07-24 20:51:50 -07:00
Daniel Sogl
d0c066a223
docs: replaced old angular/http example ( #25065 )
...
PR Close #25065
2018-07-24 20:47:20 -07:00
Daniel
65e18dc1bf
docs: refactor style guide example 03-06 ( #24996 )
...
PR Close #24996
2018-07-24 20:46:07 -07:00
Olivier Combe
1ceddb6290
fix(ivy): support re-order embedded templates ( #24805 )
...
PR Close #24805
2018-07-24 16:41:05 -07:00
Olivier Combe
22731a7588
refactor(ivy): split i18nInterpolation into 8 functions ( #24805 )
...
PR Close #24805
2018-07-24 16:41:05 -07:00
Olivier Combe
72dd10f78f
refactor(ivy): cleanup runtime i18n code ( #24805 )
...
Fixes #24785
PR Close #24805
2018-07-24 16:41:05 -07:00
Victor Berchet
c0e3852384
Revert "build: update to newer circleCI bazel remote cache proxy ( #25054 )" ( #25076 )
...
This reverts commit d6016f1d1d37e9ab6ee3e7725add1bb63e41f7e4.
PR Close #25076
2018-07-24 16:05:58 -07:00
Wei Huang
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
Greg Magolan
8450e0ab2f
build(bazel): fix broken travis CI ( #24788 )
...
PR Close #24788
2018-07-24 08:26:16 -07:00
Greg Magolan
e38b2b502c
build(bazel): //modules/benchmarks/src/largetable/render3:perf bazel protractor test ( #24788 )
...
PR Close #24788
2018-07-24 08:26:16 -07:00
Marc Laval
445b9a5627
feat(ivy): support ViewContainerRef.createComponent() ( #24997 )
...
PR Close #24997
2018-07-24 08:23:23 -07:00
Stefanie Fluin
d523630ea2
docs(aio): cleanup aalert, callout, subsection use and author style ( #24986 )
...
PR Close #24986
2018-07-24 08:22:14 -07:00
Alex Eagle
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
cexbrayat
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
Matias Niemelä
169e9dd2c8
feat(ivy): bridge compile instructions to include sanitization helpers ( #24938 )
...
PR Close #24938
2018-07-23 08:49:52 -07:00
Pawel Kozlowski
13f3157823
fix(ivy): update content query compilation to latest runtime ( #24957 )
...
PR Close #24957
2018-07-23 08:45:50 -07:00
Pete Bacon Darwin
edef58f466
build(docs-infra): ensure all API headings are sentence cased ( #24949 )
...
Closes #24880
PR Close #24949
2018-07-23 08:43:07 -07:00
Arun Kumar
7c89af34a9
docs: square odds example in rxjs guide ( #24947 )
...
Added argument type to filter function of rxjs. Fixed the
return value of filtering of odd numbers
PR Close #24947
2018-07-23 08:41:58 -07:00