Commit Graph

2528 Commits

Author SHA1 Message Date
Zhimin YE (Rex) 2d2d6e963e translate: testing.jade 对象>工具 2016-09-22 17:04:54 +01:00
Zhimin YE (Rex) 1dd15b1eb3 translate: testing to line 870.
fix: browserSync's scrollRestoreTechnique to 'cookie'
2016-09-22 16:44:13 +01:00
Trotyl Yu 6bf7db584c docs(vs2015): fix typo (#2440) 2016-09-22 11:42:16 +02:00
Trotyl Yu aab6d8c523 docs(vs2015): remove duplicated word (#2441) 2016-09-22 11:40:35 +02:00
倪述荣 1f47f27c9e 修正一个笔误:重新编译 2016-09-22 15:27:49 +08:00
Ward Bell 1c87bd67d8 docs(testing): explain DebugElement.triggerEventHandler (#2438) 2016-09-21 20:01:44 -07:00
rexebin 4364ba9818 translate: testing line 610 2016-09-21 21:32:05 +01:00
Daniel Karp 8870f30a3d docs(typescript): Fix name of typings config file (#2378)
I believe name of the typings config file is typings.json, not typings.config.
2016-09-21 11:33:39 -07:00
Tomas Echeverri Valencia c8121d61dd docs(quickstart): Change Npm to npm (#2398) 2016-09-21 11:32:36 -07:00
Prashant Mahajan 36c7224ff9 Update visual-studio-2015.jade (#2416)
* Update visual-studio-2015.jade

In Step 7 (Build and Run App), there needs to be instruction to set index.html as start page, so that when Run button or F5 is pressed to run the application, browser shows index.html

* Update visual-studio-2015.jade
2016-09-21 11:32:07 -07:00
Marc Laval c5e02f27a0 docs(browser-support): add Safari 10 (#2433) 2016-09-21 11:30:03 -07:00
Ward Bell 4c71a32e36 docs(testing): import test module and override component providers (#2428) 2016-09-21 11:27:11 -07:00
Eric Jimenez af4dabb413 only apply transparency changes on mobile 2016-09-21 11:56:19 -04:00
Patrice Chalin 36a3ea2c21 docs(user-input): misc fixes (#2430)
- Remove nonexistent `<important>` “element” since it causes problems
for ng2.io. This is probably a typo. It was more likely meant to be an
anchor name than an element name.
- Fix two PENDING links.
2016-09-21 08:48:38 -07:00
Patrice Chalin 8d756808b9 docs(toh-6): remove BrowserClient provider comment (#2431)
Fixes #2347
2016-09-21 08:47:09 -07:00
Jacob Müller 9a338b659e Some more cleanup 2016-09-21 16:11:12 +02:00
Jacob Müller 8a4a80033e Fix up styles after sync 2016-09-21 15:32:11 +02:00
Jesús Rodríguez fdf517ee6b docs(upgrade): temporary fix broken regions (#2424) 2016-09-21 14:53:43 +02:00
Rex e847581b23 Merge pull request #71 from Hellowor1d/fix-spell-mistake
rename style.css to styles.css ,add "s"
2016-09-21 12:28:26 +01:00
biolee 67e1b69575 Angular 2词汇表 原文也错了
每个 Angular 应用程序都有一个应用程序根模块类。按规约这个类的名字为 AppModule ,存放在名为 app.component.ts 的文件。
->
每个 Angular 应用程序都有一个应用程序根模块类。按规约这个类的名字为 AppModule ,存放在名为 app.module.ts 的文件。
2016-09-21 17:02:50 +08:00
Eric Jimenez 5a203d6b36 boost transparency of sidenav 2016-09-20 20:54:39 -04:00
Kapunahele Wong 7252bd1553 docs(animations): update copy (#2379)
* docs(animations): update copy
2016-09-20 14:31:48 -07:00
Ward Bell 55bf126489 docs(testing): explain rationale for stubbed routerLink tests (#2422) 2016-09-20 13:45:50 -07:00
Patrice Chalin 0f99a7c130 docs(cookbook): don't use shredder on intro page (#2418)
Also added missing cookbook AoT chapter placeholders for JS and Dart,
fixing 404s mentioned in #2389.
2016-09-20 10:59:14 -07:00
Patrice Chalin b2c6acf1ad docs(tutorial): fix broken link (#2420)
Fixes #2419
2016-09-20 10:56:38 -07:00
Zhimin YE (Rex) 6a18dbf8e3 translate: testing.jade to line 527 2016-09-20 12:02:34 +01:00
Ward Bell 03680e23bb chore: more "angular2" to "angular" cleanup (#2417) 2016-09-20 11:37:16 +02:00
Jesús Rodríguez 7d45d60c91 docs(overview): update to new organization (#2405) 2016-09-19 21:23:02 -07:00
Jesús Rodríguez 693f6ae462 chore: rename Angular 2 to simply Angular (#2402) 2016-09-19 20:24:40 -07:00
Jesús Rodríguez 730c93b5bd docs(ts-to-js): change angular2 to @angular (#2403) 2016-09-19 20:18:20 -07:00
Patrice Chalin 98efced068 docs(lang/latest): parameterize landing page Jade by language (#2389)
ng2.io preparatory work.
2016-09-19 20:14:31 -07:00
Patrice Chalin 0c678c2355 docs: use Jade include rather than Harp partial (#2392)
No net effect on the generated docs.
Preparatory work for ng2.io.
2016-09-19 20:08:03 -07:00
Ward Bell 7b5244ce87 docs(testing): more scenarios (#2396) 2016-09-19 19:57:59 -07:00
Naomi Black 1027e3e9be about(shannon): add shannon's bio 2016-09-19 17:41:23 -07:00
Patrice Chalin e016f3f31e docs(tutorial): don't use shredder for intro page (#2388)
An initial multilang cleanup for ng2.io
2016-09-19 16:56:17 -07:00
Patrice Chalin d26007aa67 docs: fix {ts,dart,js}/latest/_data.json (#2387)
* docs: fix {ts,dart,js}/latest/_data.json

Fixes #2384.
Fixes #2385.

* post-review updates

Addressing #2407.
2016-09-20 00:52:41 +02:00
Rex c3894a11af translate: testing.jade line 300 2016-09-19 23:06:04 +01:00
Rex 3be4d2721c translate: testing.jade to line 203. 2016-09-19 22:30:28 +01:00
Rex f11a79b3a6 translate: testing.jade, line 130 2016-09-19 19:54:58 +01:00
Mike Reid d07d42873a docs(devguide): add missing app.module.js source in Basics > Forms (#2342)
Add missing app.module.js source example in Basics > Forms dev guide
- File is missing for JavaScript, but present for TypeScript
2016-09-19 09:41:31 -07:00
Jesús Rodríguez 45fec1c135 docs(forms): remove deprecated forms notice for js (#2395) 2016-09-19 18:39:53 +02:00
Jesús Rodríguez c17f8596e5 docs(webpack): move to core-js in testing (#2404) 2016-09-19 18:38:54 +02:00
Zhimin YE (Rex) b74b446b2c fix: upgrade 1 example error. 2016-09-19 17:06:50 +01:00
Zhimin YE (Rex) 0c862667e7 review: browser-support 2016-09-19 15:23:00 +01:00
Zhimin YE (Rex) 054d25cefe fix: toh-pt6 and embeded live example in ngmodule. 2016-09-19 14:48:05 +01:00
Martin-Wegner a384065576 docs(webpack): remove unused ts-loader (#2361)
69ae63c4b1 changed `public/docs/_examples/webpack/ts/config/webpack.common.js` and `public/docs/_examples/webpack/ts/config/webpack.test.js` and replaced `ts` with `awesome-typescript-loader`. So we can remove `"ts-loader": "^0.8.1",` from the `public/docs/_examples/webpack/ts/package.webpack.json`.
2016-09-19 13:59:00 +02:00
Zhimin YE (Rex) 6aeb8efaa3 fix: live example localisation. 2016-09-19 10:03:53 +01:00
Zhimin YE (Rex) 94d48f2b95 fix: toh1 and 2 2016-09-19 10:00:09 +01:00
Zhimin YE (Rex) 13d7057072 fix: glossary 2016-09-19 09:56:50 +01:00
Zhimin YE (Rex) 33125b71d3 fix; architecture.jade 2016-09-19 09:48:05 +01:00
Zhimin YE (Rex) 5137a9d65c fix: quickstart.jade 2016-09-19 09:44:43 +01:00
Zhimin YE (Rex) 762c7141bc fix: #72 2016-09-19 09:25:25 +01:00
HelloWor1d 3ee4c3850f rename style.css to styles.css ,add "s" 2016-09-19 11:14:31 +08:00
rexebin de6b8d6ad0 review: ngmodule-faq, done. 2016-09-18 22:32:25 +01:00
rexebin b7568e4649 Merge branch 'master' of https://github.com/angular/angular-cn 2016-09-18 18:46:39 +01:00
Maxime 40f320d721 docs(testing): fix small typo (#2401) 2016-09-18 18:54:40 +02:00
John Papa 159b196baf docs(toh): fix spelling of ActivateRoute to ActivatedRoute (#2400)
* fixed spelling of ActivateRoute to ActivatedRoute

* dont do cache
2016-09-18 18:34:32 +02:00
rexebin 3f9144eec2 review: ngmodule-faq: line 980 2016-09-18 17:10:44 +01:00
Zhicheng Wang 744dbb0ab8 微调 2016-09-18 11:55:10 +08:00
Zhicheng Wang e36f0a4b1a 更新了小抄 2016-09-18 11:14:15 +08:00
Zhicheng Wang efc7326926 微调 2016-09-18 10:20:47 +08:00
Zhicheng Wang a2a5768982 微调 2016-09-18 10:03:20 +08:00
Zhicheng Wang c648a4dd60 微调 2016-09-18 10:02:02 +08:00
Zhicheng Wang 3845d73234 翻译完了RC4 to RC5
把AoT的中文翻译统一成预编译
2016-09-18 09:42:13 +08:00
Mike Reid 665c346d8f docs(devguide): fix invalid JavaScript syntax in hero-form.component.js example (#2343)
Fix Unmatched '{' JavaScript syntax error in hero-form.component.js example
2016-09-17 23:58:54 +02:00
Aristeidis Bampakos 0605019c06 docs(news): Fix RC7 announcement link (#2363)
Fix RC7 announcement link
2016-09-17 23:57:21 +02:00
Sarun Intaralawan c6cf4dc310 docs(router): add missing backticks (#2366) 2016-09-17 23:56:55 +02:00
Filipe Silva 5bd269484a fix(ngmodule): fix broken anchor (#2373) 2016-09-17 23:56:36 +02:00
Alex Wolfe 8b7c3b6e70 update title on sidenav (#2386) 2016-09-17 23:52:46 +02:00
Ward Bell 84b5297cc2 docs(testing): feedback from Joe Eames/add more scenarios (#2391) 2016-09-17 12:44:34 -07:00
rexebin d45052ab8c review: ngmodule-faq to line 153 2016-09-17 20:26:51 +01:00
rexebin 7ca9e1159e review: first review of ngmodule.jade is done. 2016-09-17 19:44:46 +01:00
rexebin b9b5c7bd64 fix: 首页图标bug
review: ngmodule to line 1821
2016-09-17 19:35:22 +01:00
Zhicheng Wang 107e3cc7a7 更正一个typo 2016-09-17 18:07:51 +08:00
Zhicheng Wang 1842c2a28a 移除了左侧菜单中的双语,以提高加载速度 2016-09-17 12:56:35 +08:00
Zhicheng Wang ba3152bb88 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	public/_includes/_hero-home.jade
#	public/docs/ts/latest/_data.json
#	public/docs/ts/latest/guide/style-guide.jade
2016-09-17 12:01:41 +08:00
Zhicheng Wang 1c869074bb 增加鸣谢清单 2016-09-17 11:47:50 +08:00
Zhicheng Wang 6f6f89ed9c 把所有“内建”改为“内置” 2016-09-17 11:46:17 +08:00
Zhicheng Wang 50f73986be 翻译完了NgModule FAQ
少量错别字修改
2016-09-17 11:45:56 +08:00
Alex Wolfe 7c3c5d0cc4 fixed weird opacity issue 2016-09-16 16:39:22 -07:00
Alex Wolfe 9fc14a95a8 some touches to banner and api docs 2016-09-16 16:28:41 -07:00
Alex Wolfe e2ec60d8dd udpate colors and contrast for accessibility improvements 2016-09-16 15:58:20 -07:00
Alex Wolfe a0dbeee18a banner(scrolling): add scrolling to the banner 2016-09-16 15:58:20 -07:00
Alex Wolfe f4c4aee706 initial commit for rotating announcement banner 2016-09-16 15:58:20 -07:00
Pete Bacon Darwin c787fd2ff0 docs(testing-guide): fix tiny typo (#2381) 2016-09-16 23:41:49 +02:00
Zhimin YE (Rex) 79ca5433f5 review: ngmodule(line 1672) 2016-09-16 17:01:51 +01:00
Zhicheng Wang 0db676a23c 翻译了一部分NgModule FAQ 2016-09-16 20:45:50 +08:00
Zhicheng Wang b2fcb1a2e6 翻译完了AoT compiler 2016-09-16 18:13:42 +08:00
Zhicheng Wang 9a2aa3cc7d 找回一些丢失的翻译 2016-09-16 16:01:59 +08:00
Zhicheng Wang 96bfb764a1 翻译了一部分未翻译的合并 2016-09-16 15:50:21 +08:00
Zhicheng Wang bd29d09085 翻译了一部分未翻译的合并 2016-09-16 13:21:27 +08:00
Ward Bell 9262f7a234 docs(ngmodule): remove hero.service from module (post-RC6 todo)
also switched to moduleId
2016-09-15 17:44:09 -07:00
Patrice Chalin f0ff5e26bd docs(style-guide): attributes aren't comma separated (#2372)
A fix necessary for ng2.io
2016-09-15 17:18:41 -07:00
Zhicheng Wang a4d26e0797 Merge remote-tracking branch 'origin/master' 2016-09-16 08:04:09 +08:00
Zhicheng Wang 10fc639366 文字微调 2016-09-16 07:58:55 +08:00
Filipe Silva e56bae4a8c fix: fix broken anchors 2016-09-15 12:18:31 -07:00
Zhimin YE (Rex) 35a1cce5dc review: ngmodule.jade to line 700 2016-09-15 16:56:39 +01:00
Zhicheng Wang df5bf89fa3 微调 2016-09-15 22:15:38 +08:00
Zhicheng Wang 8ddf616810 微调 2016-09-15 18:36:02 +08:00
Zhicheng Wang 0717effe8b 微调 2016-09-15 18:18:42 +08:00