Zhicheng Wang
9d5cf52003
fix: 修改完了路由动画
2018-10-28 13:07:05 +08:00
Zhicheng Wang
f507538567
fix: 修改完了可复用动画
2018-10-28 12:14:18 +08:00
Zhicheng Wang
3e2962d3c9
fix: 修改完了复杂动画序列
2018-10-28 12:07:21 +08:00
Zhicheng Wang
60036d5ed5
fix: 修改完了转场与触发器
2018-10-27 17:56:40 +08:00
Zhicheng Wang
34b8180183
fix: 修改翻译脚本
2018-10-27 09:22:46 +08:00
Zhicheng Wang
9342e862f5
docs: 补充遗漏的翻译
2018-10-27 09:17:08 +08:00
fisherspy
d2e6d6978e
docs: add ant design mobile of angular in resources ( #26562 )
...
PR Close #26562
2018-10-26 18:10:46 -04:00
Brian Love
da4a28e692
docs: fix indentation ( #26623 )
...
PR Close #26623
2018-10-26 18:10:15 -04:00
Luis Reinoso
b876356527
docs: add links to angular subdomains ( #26653 )
...
Add link to protactor.angular.io
Replace link from github.com/angular/universal to universal.angular.io
Replace link from github.com/angular/material2 to material.angular.io
fix #18257
PR Close #26653
2018-10-26 18:09:45 -04:00
Pete Bacon Darwin
07509da78d
build(docs-infra): ensure that CLI code blocks are not auto-linked ( #26675 )
...
Some of the text in CLI API docs were being auto-linked to API
pages. This was not correct, and in fact these blocks should not
have any auto links to Angular API at all.
Closes #26570
PR Close #26675
2018-10-26 18:09:20 -04:00
Pete Bacon Darwin
9ff8155cd9
build(docs-infra): mark code blocks to disable auto-linking ( #26675 )
...
You can now mark `<code>` blocks with a `no-auto-link` css class
to tell the code auto-linker to ignore this code block.
PR Close #26675
2018-10-26 18:09:20 -04:00
Pete Bacon Darwin
7c730fe5b3
build(docs-infra): include inherited members in search index ( #26676 )
...
Closes #23800
PR Close #26676
2018-10-26 13:16:33 -04:00
Pete Bacon Darwin
f233131974
build(docs-infra): refactor generateKeywords processor ( #26676 )
...
PR Close #26676
2018-10-26 13:16:32 -04:00
Pete Bacon Darwin
aefa06f7df
docs(core): update security guide sanitize example ( #26777 )
...
The sanitizer now removes the content of script tags as well as the tag itself.
PR Close #26777
2018-10-26 12:31:49 -04:00
Pete Bacon Darwin
d878f3df93
test(core): fix security example e2e test ( #26777 )
...
The changes in d5cbcef0ea8e3c caused this test to fail.
PR Close #26777
2018-10-26 12:31:49 -04:00
Zhicheng Wang
b685565901
docs: 翻译完了"测试"章
2018-10-26 22:53:12 +08:00
Zhicheng Wang
49b35d8384
docs: 翻译完了 fakeAsync()
部分
2018-10-26 22:22:01 +08:00
Zhicheng Wang
d38bdab721
docs: 翻译完了文件结构
2018-10-26 21:55:07 +08:00
Zhicheng Wang
0845db64cb
docs: 文字微调
2018-10-26 11:33:27 +08:00
Zhicheng Wang
845161839f
docs: 翻译完了 build 部分
2018-10-26 11:15:03 +08:00
Zhicheng Wang
e9737703ea
fix: 修复遗漏的翻译
2018-10-26 09:40:06 +08:00
George Kalpakas
d725ab5142
ci(docs-infra): reduce verbosity of yarn build
on CI ( #26746 )
...
PR Close #26746
2018-10-25 21:17:52 -04:00
George Kalpakas
f1a860fbf7
ci(docs-infra): fix deployment to Firebase ( #26746 )
...
Previously, `firebase-tools@3.x` was used and the deployment from
CircleCI failed with `Unexpected error` (HTTP code: 410).
This commit ensures that we use a recent version of `firebase-tools` for
deploying to Firebase. It also ensures that we use the locally installed
`firebase-tools` (not sure where it came from before 😁 ).
PR Close #26746
2018-10-25 21:17:52 -04:00
George Kalpakas
141f9b2386
build(docs-infra): upgrade cli command docs sources to 4faa81e25 ( #26741 )
...
PR Close #26741
2018-10-25 21:10:21 -04:00
Zhicheng Wang
582bc02362
fix: 清理无用代码
2018-10-25 09:55:17 +08:00
Zhicheng Wang
23de54f050
docs: 翻译完了表单概览
...
fix: 文字微调
2018-10-25 09:55:17 +08:00
Zhicheng Wang
e390d44e98
fix: ssr issue for typescript
2018-10-25 09:55:16 +08:00
George Kalpakas
0cc9842bf6
test(upgrade): make e2e tests for upgrade docs examples less flaky ( #26726 )
...
PR Close #26726
2018-10-24 19:49:14 -04:00
George Kalpakas
54ea10288e
test(elements): make e2e tests for elements docs examples even less flaky ( #26726 )
...
PR Close #26726
2018-10-24 19:49:14 -04:00
Pete Bacon Darwin
13a803d4f7
build(docs-infra): fix parameter type rendering ( #26688 )
...
Closes #24355
PR Close #26688
2018-10-24 19:48:10 -04:00
GilBoom
28026cfc84
Update: router.md
...
修改翻译错误
2018-10-24 21:59:15 +08:00
Zhicheng Wang
716736eb42
docs: 翻译完了 Upgrade performance
2018-10-24 16:31:57 +08:00
Zhicheng Wang
50351a1fe8
docs: 翻译完了 DI navtree
2018-10-24 09:27:00 +08:00
George Kalpakas
ce6948fc1b
ci(docs-infra): remove jobs from Travis config ( #26377 )
...
PR Close #26377
2018-10-23 14:35:38 -07:00
George Kalpakas
38d626a3fa
ci(docs-infra): move deployment to CircleCI ( #26377 )
...
PR Close #26377
2018-10-23 14:35:38 -07:00
George Kalpakas
3b24e0edb6
build: use CI-provider independent variable names ( #26377 )
...
PR Close #26377
2018-10-23 14:35:37 -07:00
George Kalpakas
b647608c96
test(elements): make e2e tests for elements docs examples less flaky ( #26377 )
...
PR Close #26377
2018-10-23 14:35:37 -07:00
George Kalpakas
31c462ae3f
test(animations): make e2e tests for animations docs examples less flaky ( #26377 )
...
PR Close #26377
2018-10-23 14:35:37 -07:00
George Kalpakas
da39fd70d2
test(docs-infra): improve logging output in test-pwa-score[-localhost]
( #26377 )
...
PR Close #26377
2018-10-23 14:35:37 -07:00
jenniferfell
26e8032bd0
docs: update npm packages to be accurate for v7 ( #26422 )
...
PR Close #26422
2018-10-23 08:58:43 -07:00
nazanin1369
84af7b065d
docs(service-worker): Specify format of datagroups.cacheConfig.timeout ( #26469 )
...
Fixes #26454
PR Close #26469
2018-10-23 08:58:17 -07:00
jenniferfell
cca89ec36e
docs: reorganize events to highlight recent events before older events and move mix to past ( #26551 )
...
PR Close #26551
2018-10-23 08:56:52 -07:00
Brian Love
e4c7f369f2
docs: add Brian Love to GDE resources ( #26594 )
...
PR Close #26594
2018-10-23 08:54:41 -07:00
jenniferfell
34c6ce6b08
docs: update release info now that v7 is released ( #26660 )
...
PR Close #26660
2018-10-23 08:51:48 -07:00
GilBoom
612fd8bbd0
Update: ngmodule-faq.md
...
修改翻译错误
2018-10-23 15:43:26 +08:00
GilBoom
eaa11606dc
Update: navigation.json
...
翻译错误
2018-10-23 15:43:26 +08:00
Zhicheng Wang
0f81ec01d6
docs: 翻译完了 DI providers
2018-10-23 15:26:26 +08:00
Zhicheng Wang
09bacc2320
docs: 修复一个错误
2018-10-23 14:45:15 +08:00
Zhicheng Wang
58a2a03f99
docs: 为 CLI 创建导航结构
2018-10-23 14:44:32 +08:00
Zhicheng Wang
cb21fcb0c9
docs: 修改 SSR 模板,增加新链接
2018-10-22 20:20:27 +08:00