George Kalpakas
3e39fef274
refactor(aio): improve logging output in update-preview-server.sh
( #24071 )
...
PR Close #24071
2018-05-25 13:44:44 -04:00
Juri
36cc72ee5b
docs(aio): add Juri Strumpflohner to GDE resources ( #24086 )
...
PR Close #24086
2018-05-25 13:43:50 -04:00
alexzuza
01b5acd7cf
fix(compiler): generate core-compliant hostBindings property ( #24087 )
...
This makes `hostBindings` code, generated by compiler and used in core package, identical.
Fix #24013
PR Close #24087
2018-05-25 13:42:53 -04:00
Stephen Fluin
186118e684
docs(aio): remove outdated rangle link ( #24108 )
...
PR Close #24108
2018-05-25 13:41:59 -04:00
Kara Erickson
609e6b9787
refactor(ivy): move child from LNode to TNode ( #24113 )
...
PR Close #24113
2018-05-25 13:41:00 -04:00
Kara Erickson
68bf8c36c6
refactor(ivy): move type from LNode to TNode ( #24113 )
...
PR Close #24113
2018-05-25 13:40:59 -04:00
Kara Erickson
8216657681
refactor(ivy): add tNodes for view nodes and hosts ( #24113 )
...
PR Close #24113
2018-05-25 13:40:59 -04:00
Zhicheng Wang
23f1e76479
fix: 翻译微调
2018-05-25 12:56:56 +08:00
Matias Niemelä
13cb75da8b
release: cut the v6.0.3 release
2018-05-22 16:43:05 -07:00
Judy Bogart
23a98b9e51
docs: add doc to event-management api ( #23656 )
...
PR Close #23656
2018-05-22 17:33:49 -04:00
JoostK
bd149e5d67
fix(ivy): compile interpolated bindings without superfluous bind instruction ( #23923 )
...
This fixes the case where the compiler would generate a bind(interpolation#())
instruction.
PR Close #23923
2018-05-22 17:05:41 -04:00
thebyteman
fb906a87e8
docs(aio): fix typo ( #23925 )
...
PR Close #23925
2018-05-22 16:35:17 -04:00
Heo Sangmin
0bdd30e34f
fix(service-worker): check platformBrowser before accessing navigator.serviceWorker ( #21231 )
...
PR Close #21231
2018-05-22 15:09:31 -04:00
Miško Hevery
373fa78d7f
fix: merge collision ( #24054 )
...
PR Close #24054
2018-05-22 14:49:38 -04:00
Jeremy Elbourn
26fbf1d13c
feat(platform-browser): add HammerJS lazy-loader symbols to public API ( #23943 )
...
PR Close #23943
2018-05-22 13:41:16 -04:00
Brandon Roberts
608c3748e8
docs(aio): Remove outdated README.md from cli-quickstart zip ( #23947 )
...
Closes #23936
PR Close #23947
2018-05-22 13:37:15 -04:00
Patrick McDonald
6d8c847e7b
docs: fix typo ( #23998 )
...
"Made" doesn't make sense (redoing and closing #23940 )
PR Close #23998
2018-05-22 13:35:13 -04:00
Alex Rickabaugh
919f42fea1
feat(ivy): first steps towards JIT compilation ( #23833 )
...
This commit adds a mechanism by which the @angular/core annotations
for @Component, @Injectable, and @NgModule become decorators which,
when executed at runtime, trigger just-in-time compilation of their
associated types. The activation of these decorators is configured
by the ivy_switch mechanism, ensuring that the Ivy JIT engine does
not get included in Angular bundles unless specifically requested.
PR Close #23833
2018-05-21 19:13:50 -04:00
Miško Hevery
1b6b936ef4
test(ivy): Add bazel flag to control building ViewEngine or Ivy ( #23833 )
...
PR Close #23833
2018-05-21 19:13:50 -04:00
Brandon Roberts
db2329ef6a
docs(aio): Add missing dependencies and files to testing zip file download ( #23948 )
...
Closes #23060
PR Close #23948
2018-05-21 16:12:40 -04:00
VTHINKXIE
de267e97c9
docs(aio): add ant design of angular in resources ( #23953 )
...
PR Close #23953
2018-05-21 16:11:13 -04:00
George Kalpakas
f8c6947205
fix(aio): avoid unnecessary re-calculations in live-examples ( #23960 )
...
With `plnkrs`, we used to choose a different plnkr mode (normal vs
embedded) based on the size of the screen. This affected the layout of
the plnkr page ("embedded" plnkr mode was usable on small screens, while
"normal" mode wasn't). This is not to be confused with the live-example
mode we use today to determine whether the live-example should be a link
(that open StackBlitz on a new page) or embedded into the document
(using an iframe).
Since we no longer need to change the live-example URL based on the
screen size, there is no need to listen for rezise events on Window. The
necessary properties can be computed once and certain variables are
obsolete.
PR Close #23960
2018-05-21 16:10:12 -04:00
George Kalpakas
41fea84957
fix(aio): allow setting live-example title from content ( #23960 )
...
Previously, it was possible to set the live-example title as content in
the `<live-example>` element. This relied on our custom loader
functionality that extracted the content from the DOM element before
passing it to the Angular compiler and stored it on a property for later
retrieval.
Since we switched to custom elements (and got rid of the custom loader),
the property is no longer populated with the contents. As a result, many
live examples show the default title ("live example") instead of the one
specified as content.
This commit fixes it by projecting the content into an invisible node
for later retrieval (similar to what we do in other components, such as
the `CodeExampleComponent`).
PR Close #23960
2018-05-21 16:10:12 -04:00
George Kalpakas
a7b07defe1
refactor(aio): clean up attribute-utils
( #23960 )
...
PR Close #23960
2018-05-21 16:10:12 -04:00
Kara Erickson
6e7d071c6b
fix(ivy): move next property to TNode ( #23869 )
...
PR Close #23869
2018-05-21 16:09:12 -04:00
George Kalpakas
99d330a1b7
style(aio): remove background from lazy-loading
concept icon ( #23950 )
...
Fixes #23938
PR Close #23950
2018-05-21 16:08:08 -04:00
mhartington
3cdf5afc6e
docs(aio): add mhartington to gde ( #23777 )
...
PR Close #23777
2018-05-21 16:05:18 -04:00
Akihito Tamagawa
ea4321d912
docs(aio): fix typo ( #23990 )
...
are are -> are
PR Close #23990
2018-05-21 16:04:08 -04:00
Zhicheng Wang
8494cf4b25
fix: 翻译微调
2018-05-19 22:22:18 +08:00
NAIVEddd
1b2560cf4e
fix: translate error.
2018-05-19 10:55:39 +08:00
NAIVEddd
d4fa1d4c61
fix: translate error.
2018-05-19 10:55:39 +08:00
Chris Yu
d6e2a8f614
fixed some translation errors and typo
2018-05-19 10:53:47 +08:00
Jerry
e1090c1c54
修改翻译错误
...
应该显示响应式表单的基础类,而不是CSS类。
2018-05-19 10:48:34 +08:00
Zhicheng Wang
f73b11cfe1
fix: minor text fix
2018-05-18 16:34:19 +08:00
Collin Klopfenstein
88ab1d0e55
docs(aio): changed 'onVoted' output property to 'voted' to be in line with the styleguide ( #23832 )
...
PR Close #23832
2018-05-16 17:23:05 -04:00
Brandon Roberts
20d76374ed
docs(aio): Expose server and CLI configuration for universal in guide ( #23842 )
...
Closes #23795
PR Close #23842
2018-05-16 17:21:44 -04:00
Fabian Wiles
8ee25e6b58
ci: ensure github-robot listens on circleci builds ( #23863 )
...
PR Close #23863
2018-05-16 17:20:43 -04:00
Alex Eagle
43597279d6
test: don't run unit tests on Firefox ( #23942 )
...
PR Close #23942
2018-05-16 17:19:45 -04:00
Alexander Burakevych
55103419e9
docs(aio): add Angular Conf Australia to events ( #22929 )
...
Angular Conf Australia 2018 will be held at June 22 in Melbourne, Australia!
https://www.angularconf.com.au/
PR Close #22929
2018-05-16 17:18:46 -04:00
Suguru Inatomi
547efb5f4d
docs(aio): fix path to observables guide ( #23858 )
...
PR Close #23858
2018-05-16 17:16:48 -04:00
Jonathan Sharpe
091b11a4ab
docs(aio): update HTTP error test example ( #22844 )
...
Update the example to match the description preceding it, which refers to the
use of the error method and ErrorEvent rather than the flush method with a
non-2xx status as shown previously.
PR Close #22844
2018-05-16 17:15:20 -04:00
davidstanke
4042a84ad6
docs(bazel): add a link to the Bazel doc ( #22940 )
...
The developer doc mentions but doesn't link to BAZEL.md. Add link and fix capitalization.
PR Close #22940
2018-05-16 17:14:03 -04:00
Stephen Fluin
6a24c02d73
docs(aio): Remove Intertech with no courses scheduled ( #22867 )
...
PR Close #22867
2018-05-16 17:09:43 -04:00
Zhicheng Wang
f5b24bf615
fix: fine-tuning translation
2018-05-16 13:08:17 +08:00
Zhicheng Wang
b6a0b06454
fix: translate new chapter "Angular Elements Overview"
2018-05-16 12:59:27 +08:00
Zhicheng Wang
f7a6ccbb5d
fix: merge code & fix some issues
2018-05-16 08:19:28 +08:00
Stefanie Fluin
b7c417f618
feat(aio): add brand and concept icons, img style class more flexible ( #23589 )
...
PR Close #23589
2018-05-15 15:36:06 -07:00
Jeremy Elbourn
313bdce590
feat(platform-browser): allow lazy-loading HammerJS ( #23906 )
...
PR Close #23906
2018-05-15 15:33:00 -07:00
Lucas Sloan
5cf82f8f3f
build: upgrade to TypeScript 2.8 ( #23782 )
...
PR Close #23782
2018-05-15 15:31:12 -07:00
Alex Rickabaugh
e5e5c24d48
release: cut the v6.0.2 release
2018-05-15 12:48:21 -07:00