Sarun Intaralawan
5326537985
docs(router): add paramsInheritanceStrategy
documentation ( #22590 )
...
PR Close #22590
2018-07-06 10:10:02 -07:00
Rafael
ada486a1dd
docs: fix typos in 'Httpclient' docs ( #19127 )
...
PR Close #19127
2018-07-06 10:09:41 -07:00
Miško Hevery
dd931c73ec
ci: fix broken build ( #24747 )
2018-07-03 13:30:17 -07:00
Kevin Villela
b8975a90ca
fix(core): use addCustomEqualityTester instead of overriding toEqual ( #22983 )
...
This propagates other custom equality testers added by users. Additionally, if
an Angular project is using jasmine 2.6+, it will allow Jasmine's custom object
differ to print out pretty test error messages.
fixes #22939
PR Close #22983
2018-07-03 08:40:00 -07:00
Rob Wormald
6c55a130b1
feat(core): add support for ShadowDOM v1 ( #24718 )
...
add a new ViewEncapsulation.ShadowDom option that uses the v1 Shadow DOM API to provide style encapsulation.
PR Close #24718
2018-07-02 14:37:42 -07:00
Trotyl
9a98de941d
fix(common): properly update collection reference in NgForOf ( #24684 )
...
closes #24155
PR Close #24684
2018-06-29 06:43:45 -07:00
Peter Mihalik
0f1de35604
docs(core): rephrase doc for Injector.get ( #24670 )
...
PR Close #24670
2018-06-29 06:43:19 -07:00
Olivier Combe
64a8584a92
fix(common): use correct ICU plural for locale mk ( #24659 )
...
PR Close #24659
2018-06-27 15:03:34 -07:00
George Kalpakas
97897ab738
refactor(upgrade): fix examples for strictPropertyInitialization
and remove internal comments ( #18487 )
...
PR Close #18487
2018-06-27 14:57:54 -07:00
Kapunahele Wong
9378f44d6d
docs(aio): tech edits to upgrade-lazy ( #18487 )
...
PR Close #18487
2018-06-27 14:53:24 -07:00
Peter Bacon Darwin
afa46af4c6
docs(upgrade): use a class for upgraded service ( #18487 )
...
This makes the resulting use in Angular more ideomatic, since we can just
use the class type as the injection indicator.
PR Close #18487
2018-06-27 14:53:24 -07:00
Peter Bacon Darwin
dbffdcc442
docs(upgrade): fix sub-ordered-list syntax ( #18487 )
...
We must always use 1., 2. etc, to indicate ordered lists, even for sub-lists.
We can change the sublist to display as a., b. etc, via CSS.
PR Close #18487
2018-06-27 14:53:24 -07:00
Georgios Kalpakas
06d68a1b9f
docs(upgrade): add guide about downgradeModule()
( #18487 )
...
PR Close #18487
2018-06-27 14:53:24 -07:00
Georgios Kalpakas
75dd3c5ca5
docs(upgrade): add API docs for downgradeModule()
( #18487 )
...
PR Close #18487
2018-06-27 14:53:24 -07:00
Georgios Kalpakas
23f56198a5
docs(upgrade): add API docs for propagateDigest
( #18487 )
...
PR Close #18487
2018-06-27 14:53:24 -07:00
Georgios Kalpakas
69167e4519
docs(upgrade): update API docs for upgrade/static ( #18487 )
...
PR Close #18487
2018-06-27 14:53:22 -07:00
Georgios Kalpakas
3f3fed95be
test: minor improvements in examples e2e tests script ( #18487 )
...
PR Close #18487
2018-06-27 14:49:13 -07:00
Miško Hevery
ae01c70bba
ci: fix broken build do to bad merge ( #24662 )
...
PR Close #24662
2018-06-25 13:11:16 -07:00
Judy Bogart
3341a97154
docs: test doc for decorator templates ( #23902 )
...
PR Close #23902
2018-06-25 10:58:00 -07:00
Jason Aden
2056e1f05c
Revert "docs: test doc for decorator templates ( #23902 )"
...
This reverts commit 3938a8be75240a9a59dae9f2c999e936b98de429.
2018-06-25 10:54:47 -07:00
Judy Bogart
3938a8be75
docs: test doc for decorator templates ( #23902 )
...
PR Close #23902
2018-06-25 10:09:15 -07:00
Judy Bogart
393db94b8d
docs: fix misdirected group links ( #24569 )
...
PR Close #24569
2018-06-25 10:03:43 -07:00
Judy Bogart
65744e4ae1
docs: test api doc for pipes ( #24141 )
...
PR Close #24141
2018-06-25 09:37:30 -07:00
George Kalpakas
9426c02648
build: upgrade AngularJS typings ( #24583 )
...
Previously, we were using [@types/angularjs][1], which is deprecated and
outdated (hasn't been updated for over two years). This PR switches to
[@types/angular][2], which is regularly updated (based on the
definitions on [DefinitelyTyped][3]).
[1]: https://www.npmjs.com/package/@types/angularjs
[2]: https://www.npmjs.com/package/@types/angular
[3]: https://github.com/DefinitelyTyped/DefinitelyTyped
PR Close #24583
2018-06-25 09:30:46 -07:00
Vikram Subramanian
0b356d4163
fix(animations): set animations styles properly on platform-server ( #24624 )
...
Animations styles weren't getting properly set on platform-server because of erroneous checks and absence of reflection of style property to attribute on the server.
The fix corrects the check for platform and explicitly reflects the style property to the attribute.
PR Close #24624
2018-06-25 07:58:12 -07:00
Matias Niemelä
776bc38999
test(animations): properly reference body node for SSR environments ( #23300 )
...
PR Close #23300
2018-06-20 11:00:42 -07:00
Brandon Roberts
7e7ef8ee25
docs: More edits ( #24255 )
...
PR Close #24255
2018-06-19 10:53:14 -07:00
Brandon Roberts
dd90d92573
docs: More form control API edits ( #24255 )
...
PR Close #24255
2018-06-19 10:53:14 -07:00
Brandon Roberts
1b862820e9
docs: Added multicast to observable descriptions ( #24255 )
...
PR Close #24255
2018-06-19 10:53:14 -07:00
Brandon Roberts
1a642231cd
docs: formatting ( #24255 )
...
PR Close #24255
2018-06-19 10:53:14 -07:00
Brandon Roberts
138e0d79cd
docs: More form control API references fixes ( #24255 )
...
PR Close #24255
2018-06-19 10:53:14 -07:00
Brandon Roberts
f0a43716e2
docs(docs-infra): Update with review changes ( #24255 )
...
PR Close #24255
2018-06-19 10:53:14 -07:00
Brandon Roberts
2be27fb888
docs(forms): update API reference for FormControl ( #24255 )
...
PR Close #24255
2018-06-19 10:53:14 -07:00
Judy Bogart
aa66e84e44
docs: push animation api doc changes back to stable ( #24525 )
...
PR Close #24525
2018-06-15 09:55:58 -07:00
Miško Hevery
f5b366147b
fix(core): Injector correctly honors the @Self flag ( #24520 )
...
Injector was incorrectly returning instance from parent injector even
when `@Self` was specified.
PR Close #24520
2018-06-14 16:42:08 -07:00
Mark Levy
e543c734ab
fix(compiler): support .
in import statements. ( #20634 )
...
fix #20363
PR Close #20634
2018-06-13 20:29:22 -07:00
Pete Bacon Darwin
3908a63381
docs: fix invalid headings ( #24000 )
...
PR Close #24000
2018-06-13 16:51:54 -07:00
Pete Bacon Darwin
7fd9918024
docs: remove unnecessary @linkDocs
tags ( #24000 )
...
It is cleaner and simpler to use just a straightforward link.
PR Close #24000
2018-06-13 16:47:42 -07:00
Brandon Roberts
0834710c18
docs(aio): remove links to outdated live examples from the API documenation ( #23966 )
...
Closes #21525
PR Close #23966
2018-06-13 13:29:13 -07:00
Jason Aden
d20877bf3f
fix(router): fix lazy loading of aux routes ( #23459 )
...
Fixes #10981
PR Close #23459
2018-06-13 11:20:20 -07:00
Alex Eagle
b3089b4963
build: update buildifier to latest ( #24296 ) ( #24453 )
...
this matches the version in ngcontainer:0.3.1
PR Close #24296
PR Close #24453
2018-06-13 11:19:59 -07:00
Alex Eagle
880b03101e
build: update to Bazel 0.14.0 ( #24296 ) ( #24453 )
...
Also update usage of the ctx.actions.args to a newer preferred API
PR Close #24296
PR Close #24453
2018-06-13 11:19:59 -07:00
Alex Eagle
ea3669e334
fix(bazel): Allow ng_module to depend on targets w no deps ( #24446 )
...
PR Close #24446
2018-06-12 11:35:53 -07:00
George Kalpakas
ea2987c7af
fix(service-worker): fix SwPush.unsubscribe()
( #24162 )
...
Fixes #24095
PR Close #24162
2018-06-11 14:04:31 -04:00
George Kalpakas
5b823dedcc
test(service-worker): allow SwPush
tests to run on Node.js ( #24162 )
...
PR Close #24162
2018-06-11 14:04:30 -04:00
George Kalpakas
80f7c83bdd
test(service-worker): add tests for SwPush
( #24162 )
...
PR Close #24162
2018-06-11 14:04:30 -04:00
George Kalpakas
53072b10da
refactor(service-worker): minor mocks refactoring ( #24162 )
...
PR Close #24162
2018-06-11 14:04:30 -04:00
Matias Niemelä
0139173c7c
fix(animations): always render end-state styles for orphaned DOM nodes ( #24236 )
...
This patch ensures that any destination animation styling (state values)
are always applied even if the DOM node is not apart of the DOM.
PR Close #24236
2018-06-08 16:35:27 -07:00
Greg Magolan
cfa5b6567d
build(bazel): fix ng_package rollup root dir for fesm2015 output ( #24298 )
...
PR Close #24298
2018-06-07 17:56:10 -04:00
Matias Niemelä
19deca159b
fix(animations): retain trigger-state for nodes that are moved around ( #24238 )
...
This patch ensures that if a list of nodes (that contain
animation triggers) are moved around then they will retain their
trigger-value state when animated again at a later point.
PR Close #24238
2018-06-05 18:29:47 -07:00