Commit Graph

2711 Commits

Author SHA1 Message Date
Zhicheng WANG 49fd2eb76d fix: 移除纯粹由空格组成的行,它会导致错误的 markdown 编译 2019-01-01 22:17:43 +08:00
Zhicheng WANG b15f53133f fix: invalid table translation 2019-01-01 22:14:09 +08:00
Zhicheng WANG d33259520b fix: don't swap when loading 2019-01-01 21:53:07 +08:00
Zhicheng WANG 1d65a38dcf Revert "fix: move mark code to post-process-html step"
This reverts commit 0cb8d723
2019-01-01 19:16:14 +08:00
Zhicheng WANG 0cb8d723ac fix: move mark code to post-process-html step 2019-01-01 16:16:02 +08:00
Zhicheng WANG b64124f0c8 fix: unclosed `"` 2019-01-01 16:16:02 +08:00
Zhicheng WANG 73072a8f72 refactor: align table to new format 2019-01-01 16:16:02 +08:00
Zhicheng WANG b018382e7d refactor: use standalone library instead of translator.js 2019-01-01 16:16:02 +08:00
loyayz 968f6a2337 fix: 翻译错误 2019-01-01 10:39:31 +08:00
Zhicheng WANG 8744f17f5d Merge remote-tracking branch 'en/master' into aio
# Conflicts:
#	aio/content/cli/index.md
#	aio/content/file-not-found.md
#	aio/content/guide/architecture-modules.md
#	aio/content/guide/architecture-services.md
#	aio/content/guide/build.md
#	aio/content/guide/deployment.md
#	aio/content/guide/elements.md
#	aio/content/guide/feature-modules.md
#	aio/content/guide/file-structure.md
#	aio/content/guide/forms-overview.md
#	aio/content/guide/glossary.md
#	aio/content/guide/i18n.md
#	aio/content/guide/npm-packages.md
#	aio/content/guide/releases.md
#	aio/content/guide/router.md
#	aio/content/guide/service-worker-config.md
#	aio/content/guide/service-worker-intro.md
#	aio/content/guide/testing.md
#	aio/content/guide/upgrade-performance.md
#	aio/content/navigation.json
#	aio/content/tutorial/toh-pt0.md
#	aio/content/tutorial/toh-pt5.md
#	aio/content/tutorial/toh-pt6.md
#	aio/package.json
#	aio/src/app/custom-elements/api/api-list.component.ts
#	aio/src/app/documents/document.service.ts
#	aio/src/app/layout/top-menu/top-menu.component.ts
#	aio/src/index.html
#	aio/src/styles/2-modules/_api-pages.scss
#	aio/tools/transforms/templates/api/base.template.html
#	aio/tools/transforms/templates/api/lib/memberHelpers.html
#	aio/tools/transforms/templates/cli/cli-container.template.html
#	aio/tools/transforms/templates/lib/githubLinks.html
#	aio/yarn.lock
#	packages/animations/src/animation_metadata.ts
#	packages/common/http/src/backend.ts
#	packages/common/http/src/client.ts
#	packages/common/http/src/headers.ts
#	packages/common/http/src/interceptor.ts
#	packages/common/http/src/module.ts
#	packages/common/http/src/params.ts
#	packages/common/http/src/request.ts
#	packages/common/http/src/response.ts
#	packages/common/src/common_module.ts
#	packages/common/src/directives/ng_class.ts
#	packages/common/src/directives/ng_style.ts
#	packages/common/src/directives/ng_switch.ts
#	packages/common/src/i18n/format_date.ts
#	packages/common/src/pipes/number_pipe.ts
#	packages/core/src/change_detection/change_detection_util.ts
#	packages/core/src/change_detection/pipe_transform.ts
#	packages/core/src/di/injectable.ts
#	packages/core/src/linker/element_ref.ts
#	packages/core/src/linker/template_ref.ts
#	packages/core/src/metadata/di.ts
#	packages/core/src/metadata/directives.ts
#	packages/core/src/metadata/lifecycle_hooks.ts
#	packages/core/src/metadata/ng_module.ts
#	packages/core/src/render/api.ts
#	packages/forms/src/directives/form_interface.ts
#	packages/forms/src/directives/ng_form.ts
#	packages/forms/src/directives/ng_model.ts
#	packages/forms/src/directives/reactive_directives/form_control_name.ts
#	packages/forms/src/directives/select_control_value_accessor.ts
#	packages/forms/src/directives/validators.ts
#	packages/forms/src/form_builder.ts
#	packages/forms/src/form_providers.ts
#	packages/forms/src/model.ts
#	packages/forms/src/validators.ts
#	packages/platform-browser/src/browser.ts
#	packages/platform-browser/src/security/dom_sanitization_service.ts
#	packages/router/src/config.ts
#	packages/router/src/events.ts
#	packages/router/src/router.ts
#	packages/router/src/router_module.ts
#	packages/router/src/shared.ts
2018-12-29 16:04:37 +08:00
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 57afc8bf19 feat: 增加日志 2018-12-26 09:51:33 +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
Zhicheng WANG 6f186e5e4e chore: 使用本机版本的 node 2018-12-25 23:17:44 +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 a23ff904d8 chore: 退回 event-stream@3.3.6 2018-12-25 13:59:39 +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 577a18e2ac fix: 链接错误(#347) 2018-12-20 09:54:34 +08:00
Zhicheng WANG b35507471e fix: 对照格式错误 (#348) 2018-12-20 09:33:11 +08:00
Zhicheng WANG c37a1e55f6 fix: 链接错误 (#347) 2018-12-20 09:28:52 +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
Igor Minar 69198ba37b build(docs-infra): turn on disableTypeScriptVersionCheck in angularCompilerOptions (#27536)
We need to do this because we don't yet have a released version of angular
with typescript 3.2 support and on CI we test both against the snapshot and
whatever is in aio/yarn.lock.

Once we have the next rc or a stable relase we should be able to remove
this flag.

PS: I also removed the preserveWhitespace:false because that's the default now.

PR Close #27536
2018-12-18 13:20:02 -08:00
Igor Minar 8684fb5804 build(docs-infra): disable cli.warnings.typescriptMismatch warnings (#27536)
cli is not yet officially compatible with typescript 3.2, so we need to disable the version check via:

ng config cli.warnings.typescriptMismatch false

PR Close #27536
2018-12-18 13:20:02 -08:00
Pete Bacon Darwin 999bd5ba86 build(docs-infra): update dgeni and dgeni-packages to latest (#27536)
PR Close #27536
2018-12-18 13:20:01 -08:00
Igor Minar cdfe8f4d69 fix(docs-infra): workaround for broken 'import as' (#27536)
It's unclear why `import as` results in the aliases to be undefined.

Plain tsc seems to do the right thing and emits the correct code, so it
might be some kind of interaction in @angular/cli or webpack that are
causing the failure.

This should be investigated separately from the tsc update in
angular/angular. See angular/angular-cli#13212

PR Close #27536
2018-12-18 13:20:01 -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 8aecf68156 chore: 强制使用本地的 node 10 版本 2018-12-17 14:20:44 +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
George Kalpakas 5902a4629c build(docs-infra): upgrade cli command docs sources to 02d2ec250 (#27670)
Updating [angular#master](https://github.com/angular/angular/tree/master) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master).
Relevant changes in [commit range](5eef7122c...02d2ec250):

**Modified**
- help/build.json
- help/generate.json
- help/serve.json

Closes #27594
Closes #27621
Closes #27643

PR Close #27670
2018-12-14 10:18:59 -08:00
Esteban Marin e3a2ca5ad9 fix(docs-infra): fix top menu item clickable area (#27633)
the clickable region of the top menu item is expanded beyond the focused area, so the clickable area is spans the entire height of the navigation

fixes #27618

PR Close #27633
2018-12-13 11:00:34 -08:00
Emmanuel DEMEY 9c7fb0dfe1 docs: add Zenika trainings in resources.json (#27216)
PR Close #27216
2018-12-12 11:03:09 -08:00
Esteban Marin fc6dc78fe9 fix(docs-infra): fix top menu item clickable area (#27620)
the clickable region of the top menu item is reduced to the focused area, so no cursor pointer is shown outside the clickable area

fixes #27618

PR Close #27620
2018-12-12 10:55:28 -08:00