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
169e9dd2c8
feat(ivy): bridge compile instructions to include sanitization helpers ( #24938 )
...
PR Close #24938
2018-07-23 08:49:52 -07:00
13f3157823
fix(ivy): update content query compilation to latest runtime ( #24957 )
...
PR Close #24957
2018-07-23 08:45:50 -07:00
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
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
bd576bb83f
docs: fix multicasting example in observable guide ( #24911 )
...
PR Close #24911
2018-07-23 08:40:45 -07:00
168c2a645b
docs: add Truly-UI to resources ( #24615 )
...
PR Close #24615
2018-07-23 08:39:35 -07:00
7729bb2bdc
docs: fix instructions for switching directories ( #24439 )
...
docs: fix instructions for switching directories
PR Close #24439
2018-07-23 08:38:10 -07:00
426324513d
docs: update rxjs link to version 6 ( #24269 )
...
PR Close #24269
2018-07-23 08:36:51 -07:00
4d6f467fea
docs: refactor style guide example 01-01 ( #22738 )
...
docs: refactor style guide example 01-01
PR Close #22738
2018-07-23 08:35:37 -07:00
6b859daea4
fix(core): stop reusing provider definitions across NgModuleRef instances ( #25022 )
...
Fixes #25018 .
Instantiating a NgModuleRef from NgModuleFactory reuses the NgModuleDefinition if it is already present. However the NgModuleDefinition has a providers array which modified when tree shakable providers are instantiated. This corrupts the provider definitions the next time the same factory is used to create a new NgModuleRef - Two provider definitions can end up with the same index anf the injector could potentially return a completely wrong object for a provider token.
This scenario is more likely on the server where the same NgModuleFactory is reused across requests.
The fix clones the cached NgModuleDefinition so that any tree shakable providers added later do not affect the cached copy.
PR Close #25022
2018-07-23 08:13:29 -07:00