809 Commits

Author SHA1 Message Date
Zhicheng WANG
2f2cb99134 fix: 翻译改进 2018-12-20 09:21:56 +08:00
Emilio Martinez
94f17e9038 docs: remove misplaced code in Universal guide (#26865)
PR Close #26865
2018-12-17 09:35:35 -08:00
GuoYuFei
e40c0bae4b fix:修复路由与导航章节的目录序号及格式 2018-12-17 22:19:34 +08:00
Zhicheng WANG
c0fbe8ba84 fix: 让表达更清晰 2018-12-17 11:17:59 +08:00
Lucas
dc1ed3c47e docs: fix ngModel typo in form validation guide (#27574)
Fix typo

PR Close #27574
2018-12-11 16:22:58 -08:00
Michał Jawulski
3cb6dad6d5 docs: update npm scripts to support angular 7 (#27334)
PR Close #27334
2018-12-11 11:25:36 -08:00
vurtne0511
5a952256b2 纠正翻译文字错误
第606行,三个火 => 三个或
2018-12-12 00:33:11 +08:00
GuoYuFei
26376ab54f fix: 修正翻译的一个语义错误 2018-12-12 00:32:26 +08:00
GuoYuFei
7612ec69d1 fix:修正错别字 2018-12-09 19:24:29 +08:00
GuoYuFei
ca2656b283 fix:修正依赖注入实战章节中的翻译语意错误 2018-12-09 19:24:07 +08:00
Sunny Liu
484f5c69cb fix: 错别字 2018-12-05 18:06:49 +08:00
Sunny Liu
3bf046389a fix: 翻译错误 2018-12-05 18:06:04 +08:00
Zhicheng WANG
c2815589c2 fix: typo 2018-12-05 10:46:08 +08:00
dennisameling
3983d04b1c docs: fix dynamic-component-loader example for Adblock Plus + EasyList (#27212)
Reported issue in #18138 is due to EasyList being selected in ABP. This commit fixes both the image at the bottom of the Dynamic Component Loader example, and the Stackblitz demo.

Fixes #18138

PR Close #27212
2018-11-30 13:35:38 -08:00
Jacob Foshee
9e391e010c docs: Minor: insert missing space (#27213)
PR Close #27213
2018-11-28 11:41:21 -08:00
Amadou Sall
8424f587b0 docs: replace ChromeNoSandbox by ChromeHeadlessCI (#27304)
the custom launcher name should be named ChromeHeadlessCI instead of ChromeNoSandbox.
PR Close #27304
2018-11-28 11:40:03 -08:00
Brandon Roberts
30f12f2887 docs: add forms terms to glossary (#27075)
PR Close #27075
2018-11-26 09:26:06 -08:00
Elan Hasson
859da3af50 docs: The note had an indentation and was missing line breaks (#27183)
Fixed the formatting and made Note bold.
PR Close #27183
2018-11-20 10:43:31 -08:00
Alan
a4934a74b6 docs: fix code examples style (#26573)
PR Close #26573
2018-11-16 12:27:00 -08:00
Rae Krantz
efa443bba3 docs: fix typo (#26878)
PR Close #26878
2018-11-13 10:49:35 -08:00
Ferdinand Malcher
f80c6008af docs: Fix wrong quoting in SSR guide (#27057)
PR Close #27057
2018-11-12 12:52:32 -08:00
Alvaro Junqueira
c89045fb77 docs: update links to TC39 and observable proposal (#26715)
Before (404 Not Found):
http://www.ecma-international.org/memento/TC39.htm
After:
https://www.ecma-international.org/memento/tc39-m.htm

PR Close #26715
2018-11-09 09:41:57 -08:00
Manish Bansal
1258ec041d docs: Fix links (#27027)
Fix the links.
PR Close #27027
2018-11-09 09:40:44 -08:00
Vito Meuli
791d192e63 docs: correct https://angularconsole.com/ link (#26999)
PR Close #26999
2018-11-08 11:06:24 -08:00
George Kalpakas
93837e9545 feat(upgrade): support downgrading multiple modules (#26217)
Currently, calling `downgradeModule()` more than once is not supported.
If one wants to downgrade multiple Angular modules, they can create a
"super-module" that imports all the rest and downgrade that.

This commit adds support for downgrading multiple Angular modules. If
multiple modules are downgraded, then one must explicitly specify the
downgraded module that each downgraded component or injectable belongs
to, when calling `downgradeComponent()` and `downgradeInjectable()`
respectively.

No modification is needed (i.e. there is no need to specify a module for
downgraded components and injectables), if an app is not using
`downgradeModule()` or if there is only one downgraded Angular module.

Fixes #26062

PR Close #26217
2018-11-05 16:33:55 -08:00
Zhicheng WANG
bc877d104a fix: 翻译微调 2018-11-05 10:16:22 +08:00
Sunny Liu
d17bf1f63a docs: fix 'marbles' translation 2018-11-05 10:13:53 +08:00
Judy Bogart
9c2d0d0b24 docs: edit file structure page (#26552)
PR Close #26552
2018-11-02 11:25:12 -07:00
hariberry
df6a8b28de docs: Webcomponents activated as of firefox 63 (#26889)
PR Close #26889
2018-11-01 14:30:21 -07:00
Jason Aden
4e9f2e5895 feat(router): guard returning UrlTree cancels current navigation and redirects (#26521)
Fixes #24618
FW-153 #resolve

PR Close #26521
2018-10-31 19:51:50 -04:00
Igor Minar
62b4ff5250 docs: fixup deployment guide (#26486)
- remove sections that were not relevant (all the development stuff)
- fix incorrect info

PR Close #26486
2018-10-30 16:29:04 -04:00
Ivan Tham
87a7f2dcb9 docs: fix typo (#26773)
PR Close #26773
2018-10-30 16:23:49 -04:00
Daniel Lewis BSc (Hons)
8a4ec8e565 docs: describe your change... (#26784)
PR Close #26784
2018-10-30 13:49:12 -04:00
Judy Bogart
23648b052a docs: configuration file reference (#26484)
PR Close #26484
2018-10-30 13:44:52 -04:00
Zhicheng Wang
d73dda0974 fix: 文字微调 2018-10-30 13:07:38 +08:00
Zhicheng Wang
70d98fe521 fix: typo 2018-10-30 09:51:35 +08:00
Zhicheng Wang
76aa95666a fix: sync 2018-10-30 08:26:35 +08:00
Zhicheng Wang
cd9a2ad727 fix: example 2018-10-28 22:22:26 +08:00
Zhicheng Wang
a174798cf8 fix: typo 2018-10-28 15:56:03 +08:00
Zhicheng Wang
5a9565816f fix: typo 2018-10-28 13:54:16 +08:00
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
9342e862f5 docs: 补充遗漏的翻译 2018-10-27 09:17:08 +08: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
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