Zhicheng WANG
8d96c43e45
fix: 解决英文没有隐藏的问题
2018-12-26 10:17:37 +08:00
Zhicheng WANG
8c76f3a45e
fix: 解决英文没有隐藏的问题
2018-12-26 10:05:53 +08:00
Zhicheng WANG
3e7ce34e85
fix: 解决英文没有隐藏的问题
2018-12-26 10:05:19 +08:00
Zhicheng WANG
760570c8ef
fix: 尝试解决英文没有隐藏的问题
2018-12-26 09:53:54 +08:00
Zhicheng WANG
a1b74f25fa
fix: CLI 问题
2018-12-26 09:35:48 +08:00
Zhicheng WANG
06ec809923
fix: 修复一个文本
2018-12-26 08:45:13 +08:00
Echo Chan
f33e46ee20
docs: 修改一个翻译错误
2018-12-25 20:45:47 +08:00
Zhicheng WANG
65b26efa2e
fix: 修正 angular console 地址
2018-12-25 14:02:34 +08:00
Zhicheng WANG
b8a85eba89
fix: 尝试解决没能正确隐藏原文的问题
2018-12-25 13:59:39 +08:00
loyayz
a43cbee553
错别字:又 → 有
2018-12-24 23:23:37 +08:00
GuoYuFei
4b91f13228
fix:修正路由与导航章节的一个翻译错误
2018-12-24 20:52:21 +08:00
GuoYuFei
a0060abc70
fix: 修复路由与导航章节中的一个锚点跳转地址错误
2018-12-23 12:29:21 +08:00
GuoYuFei
2398b43e88
fix: 修复一句语意混乱的翻译错误
2018-12-23 12:28:51 +08:00
GuoYuFei
7758da5c1d
fix: 修复路由与导航章节中的一个参数名称错误
2018-12-23 12:28:51 +08:00
Preetham Viswanathan
c5ce4e62c6
docs: fix code example to ensure consistency in file ( #26577 )
...
PR Close #26577
2018-12-21 15:12:05 -05:00
Zhicheng WANG
c25087ae06
fix: 遗漏的翻译
2018-12-20 09:56:09 +08:00
Zhicheng WANG
b35507471e
fix: 对照格式错误 ( #348 )
2018-12-20 09:33:11 +08:00
Zhicheng WANG
cf2d0b1a25
fix: 翻译错误 ( #346 )
2018-12-20 09:25:53 +08:00
GuoYuFei
47d4a6b1d2
fix:修复路由和导航章节中的一个表述错误
2018-12-20 09:22:16 +08:00
Zhicheng WANG
2f2cb99134
fix: 翻译改进
2018-12-20 09:21:56 +08:00
Sharath George M
8fdd702245
docs: Fixed typo ( #27669 )
...
PR Close #27669
2018-12-18 09:29:48 -08:00
Emilio Martinez
94f17e9038
docs: remove misplaced code in Universal guide ( #26865 )
...
PR Close #26865
2018-12-17 09:35:35 -08:00
bmarkov
a72633891b
docs: Add Smart UI to UI Components section in resources ( #27515 )
...
docs: add Smart UI to UI Components section in resources
PR Close #27515
2018-12-17 09:34:14 -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
zackarychapple
f9545d1b1a
docs: adding ngAtlanta 2019 ( #27522 )
...
PR Close #27522
2018-12-14 15:18:55 -08:00
Emmanuel DEMEY
9c7fb0dfe1
docs: add Zenika trainings in resources.json ( #27216 )
...
PR Close #27216
2018-12-12 11:03:09 -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
sKai.fun
34a4c354e4
fix typo
...
修复翻译错误,原文为`AppRoutingModule`
2018-12-12 00:32:48 +08:00
GuoYuFei
26376ab54f
fix: 修正翻译的一个语义错误
2018-12-12 00:32:26 +08:00
Isaac Sunkes
16d26e5f38
docs: add webucator to resources ( #26895 )
...
Added Angular Training by Webucator to Workshops & Onsite Training section of resources.
PR Close #26895
2018-12-10 14:20:03 -08:00
Igor Minar
54e4bdb842
docs: remove AngularDart from the version picker ( #27550 )
...
At this point it's only confusing people.
PR Close #27550
2018-12-10 10:29:39 -08:00
GuoYuFei
7612ec69d1
fix:修正错别字
2018-12-09 19:24:29 +08:00
GuoYuFei
ca2656b283
fix:修正依赖注入实战章节中的翻译语意错误
2018-12-09 19:24:07 +08:00
George Kalpakas
6abbaaed89
fix(docs-infra): do not use an Angular element in hard-coded FETCH_ERROR
document ( #27250 )
...
The `FETCH_ERROR` document is used when we are unable to retrieve a
document (except for 404 errors), which includes when there is no
internet connection. Using the `<current-location>` element in the
document's template to show the path of the page we failed to retrieve
assumes that the element's bundle is available (e.g. cached by the SW)
or can be fetched from the server.
When none of these conditions is met, the `DocViewer` is unable to
prepare the document and fails, never showing the `FETCH_ERROR` page to
the user.
Furthermore, the path we are looking to retrieve via
`<current-location>` is essentially the document ID, which we already
have. Thus, loading and instantiating a whole component just for that is
overkill.
This commit addresses both issues by getting rid of the
`<current-location>` component and directly embedding the document ID
into the `FETCH_ERROR` content.
PR Close #27250
2018-12-05 13:26:27 -08:00
George Kalpakas
b2f73ddb64
fix(docs-infra): do not create an anchor for the file-not-found
header ( #27250 )
...
PR Close #27250
2018-12-05 13:26:26 -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
volshibenik
931a636bcc
docs: fix typo in toh-pt6.md ( #27403 )
...
PR Close #27403
2018-12-03 08:24:19 -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
seunggabi
36e7bf1b7b
style: change style css syntax ( #27253 )
...
PR Close #27253
2018-11-29 21:26:53 -08:00
Minko Gechev
2d51579a87
docs: move Minko to Angular ( #27339 )
...
Joined the team at Google about a month ago ✨
PR Close #27339
2018-11-29 21:21:54 -08:00
Grant Timmerman
419fa172ff
docs: move past events on events page ( #27342 )
...
Moves events that have already happened to the list of past events.
PR Close #27342
2018-11-29 21:21:24 -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