rexebin
ce3930b2c0
Merge remote-tracking branch 'remotes/angular.io/master'
...
# Conflicts:
# harp.json
# public/_includes/_hero-home.jade
# public/_includes/_scripts-include.jade
# public/docs/_examples/quickstart/js/package.1.json
# public/docs/_includes/_side-nav.jade
# public/docs/js/latest/cookbook/ts-to-js.jade
# public/docs/ts/latest/_data.json
# public/docs/ts/latest/api/_data.json
# public/docs/ts/latest/cookbook/_data.json
# public/docs/ts/latest/cookbook/aot-compiler.jade
# public/docs/ts/latest/cookbook/ngmodule-faq.jade
# public/docs/ts/latest/cookbook/rc4-to-rc5.jade
# public/docs/ts/latest/glossary.jade
# public/docs/ts/latest/guide/_data.json
# public/docs/ts/latest/guide/attribute-directives.jade
# public/docs/ts/latest/guide/browser-support.jade
# public/docs/ts/latest/guide/forms.jade
# public/docs/ts/latest/guide/lifecycle-hooks.jade
# public/docs/ts/latest/guide/ngmodule.jade
# public/docs/ts/latest/guide/router.jade
# public/docs/ts/latest/guide/style-guide.jade
# public/docs/ts/latest/guide/template-syntax.jade
# public/docs/ts/latest/guide/testing.jade
# public/docs/ts/latest/guide/upgrade.jade
# public/docs/ts/latest/quickstart.jade
# public/docs/ts/latest/tutorial/_data.json
# public/docs/ts/latest/tutorial/toh-pt5.jade
# public/docs/ts/latest/tutorial/toh-pt6.jade
2016-10-17 22:48:18 +01:00
Jesús Rodríguez
e503efe8c8
docs(toh5): add moduleId information ( #2597 )
2016-10-13 16:41:57 -07:00
Jesús Rodríguez
a63c75cc18
chore: release 2.1.0 ( #2589 )
2016-10-12 23:41:42 +02:00
Torgeir Helgevold
cdfe957ab8
docs(toh-6-aot): add aot to toh-6 ( #2496 )
...
* docs(toh-6-aot): add aot to toh-6
s
s
s
s
s
* docs(toh-6-aot): add aot to toh-6
* docs(toh-6-aot): make aot e2e tests run in the same project
Updates tooling for this purpose and also the prose.
2016-10-12 01:44:49 -07:00
Ward Bell
2e17d587de
docs(toh-5): add AppRoutingModule ( #2584 )
2016-10-11 16:30:30 -07:00
Ward Bell
61b13c13ec
chore: v.2.0.2 + standard MIT licenses property ( #2559 )
2016-10-06 17:21:05 -07:00
Ward Bell
8710eb052d
chore(package.json): rename "angular2-" as "angular-" in name ( #2558 )
...
also ignore a2docs.css
2016-10-06 16:10:30 -07:00
Filipe Silva
5042b3021c
chore(test): add protractor4 ( #2233 )
...
* chore(test): add protractor4
* fix lint, remove boilerplate files, fix less gen
* separate scripts between package.json
* ignore a2docs.css in boilerplate
* remove tslint in _examples
2016-10-06 15:25:52 -07:00
Tim Xiao
d9416a8ae9
docs: fixed path typo in tutorial(Routing, HTTP) ( #2526 )
...
* Fixed typo in tutorial(Routing)
The path to `app.component.css` should start from current directory, not 'app/', since the file is already in 'app/'
* docs: fixed path error in the tutorial (HTTP)
same problem fixed as commit 917e0ce1c2829224e3ee53a069599fccbc5751a3
* docs: Added moduleId for styleUrls referencing in these two classes
2016-10-05 16:14:44 -07:00
Brandon
ff118810ff
docs(router): Updated routing examples to use routing modules ( #2478 )
...
Simplified routing in tutorial example
Updated ngmodule guide and ngmodule faq with routing module prose
2016-10-05 14:59:09 -07:00
Chase
7c262ccab5
docs(testing): fix minor typo in DashboardHeroComponent ( #2518 )
...
Fixed minor typo in DashboardHeroComponent
2016-10-04 15:02:07 +02:00
Maxime
ea45887927
docs(testing): fix typo ( #2524 )
2016-10-04 14:59:10 +02:00
Ward Bell
a2744e7ece
chore: update /quickstart/js/package.1.json ( #2534 )
...
also remove /cb-set-document-title/ts/sample.css
2016-10-03 17:30:45 -07:00
Zhicheng Wang
dca47cbb1a
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# public/docs/_examples/quickstart/ts/package.1.json
# public/docs/ts/latest/guide/_data.json
# public/docs/ts/latest/guide/architecture.jade
# public/docs/ts/latest/guide/forms.jade
# public/docs/ts/latest/guide/style-guide.jade
# public/docs/ts/latest/guide/upgrade.jade
2016-10-02 10:39:25 +08:00
Ward Bell
ba6b681ed4
docs(i18n): incorporate corrections and feedback from Victor Berchet ( #2517 )
...
See PR #2491
2016-09-30 19:14:41 -07:00
StdVectorBool
d5eec33960
docs(style-guide): example of underscore prefix to avoid. ( #2501 )
2016-09-30 23:32:46 +02:00
Zhicheng Wang
54d1be2e5a
把angular2-in-memory-web-api改名为angular-in-memory-web-api
...
#84
2016-09-30 21:38:44 +08:00
Ward Bell
66c567bee5
chore(i18n): correct name of i18n extract command ( #2511 )
2016-09-29 15:15:33 -07:00
Ward Bell
e6199a8dfb
docs(i18n): add internationalization (i18n) guide ( #2491 )
...
* docs(i18n): add internationalization (i18n) guide
* docs(cb-i18n): revamped to System.import the translation file
2016-09-29 11:15:55 -07:00
Patrice Chalin
64d5b3dc23
docs(dart): upgrade to beta.22 ( #2494 )
...
* update to beta.22
* Dart SDK 1.19.0 or later is required
* minor edits to sample app titles to e2e tests pass
* Renamed “Angular 2” to “Angular” so that shared e2e tests pass.
* Tweak to QS prose.
2016-09-27 13:41:46 -07:00
Kevin Leung
5cee3b9b8b
* docs(toh-6): update 'let' to 'const' for delete hero ( #2355 )
...
Since the update function does use const url instead of let url,
this seemed like a good consistency to have between similar blocks of code.
* docs(toh-6): update 'let' to 'const' for delete hero
2016-09-27 12:56:04 -07:00
Ward Bell
9671d99585
chore: update package.json files to latest pkg versions. Use ~ for Ng. ( #2490 )
...
closes #2488
2016-09-27 12:20:17 -07:00
Jesús Rodríguez
66c630df99
docs(upgrade): update to latest release + tweaks ( #2460 )
2016-09-27 01:22:38 -07:00
John Papa
2b7fb86890
docs(style-guide): remove rc relics and update for ngmodules ( #2463 )
2016-09-27 00:58:10 -07:00
Zhimin YE (Rex)
a18aa9ec01
Merge remote-tracking branch 'remotes/angular.io/master'
...
# Conflicts:
# public/docs/ts/latest/guide/_data.json
# public/docs/ts/latest/guide/architecture.jade
# public/docs/ts/latest/guide/displaying-data.jade
# public/docs/ts/latest/guide/index.jade
# public/docs/ts/latest/guide/lifecycle-hooks.jade
# public/docs/ts/latest/guide/testing.jade
# public/docs/ts/latest/tutorial/toh-pt5.jade
2016-09-26 15:14:39 +01:00
Brandon
556e40695a
docs(toh): Replaced window.history with location service ( #2439 )
2016-09-25 18:56:12 -07:00
Ward Bell
6def9505cc
chore: convert templateUrls to use moduleId where possible. ( #2477 )
2016-09-25 18:51:54 -07:00
Ward Bell
4a6f35f58b
chore(package.json): update many package versions ( #2476 )
2016-09-25 17:46:06 -07:00
Ward Bell
6e17d33475
chore: update samples to "angular-in-memory-web-api" ( #2472 )
...
chore: update samples to "angular-in-memory-web-api"
2016-09-25 15:24:13 -07:00
Ward Bell
f5f1e80bb7
docs(lifecycle-hooks): make it easier to get to call sequence ( #2465 )
...
Per Ben Lesh suggestion. Also converts away from "we"
2016-09-24 12:37:22 -07:00
Jesús Rodríguez
90100bffd9
chore: ability to add unit test boilerplate ( #2462 )
2016-09-24 21:03:08 +02:00
rexebin
a59b1b60ee
Merge remote-tracking branch 'remotes/angular.io/master'
...
# Conflicts:
# public/docs/ts/latest/cookbook/_data.json
# public/docs/ts/latest/guide/_data.json
# public/docs/ts/latest/guide/testing.jade
2016-09-23 23:22:42 +01:00
rexebin
d9af771f8d
Merge remote-tracking branch 'remotes/angular.io/master'
...
# Conflicts:
# README.md
# public/contribute.jade
# public/docs/_includes/_side-nav.jade
# public/docs/_includes/_ts-temp.jade
# public/docs/index.jade
# public/docs/js/latest/cookbook/ts-to-js.jade
# public/docs/ts/latest/_data.json
# public/docs/ts/latest/cookbook/component-relative-paths.jade
# public/docs/ts/latest/cookbook/index.jade
# public/docs/ts/latest/cookbook/set-document-title.jade
# public/docs/ts/latest/cookbook/visual-studio-2015.jade
# public/docs/ts/latest/glossary.jade
# public/docs/ts/latest/guide/animations.jade
# public/docs/ts/latest/guide/architecture.jade
# public/docs/ts/latest/guide/browser-support.jade
# public/docs/ts/latest/guide/component-styles.jade
# public/docs/ts/latest/guide/forms.jade
# public/docs/ts/latest/guide/index.jade
# public/docs/ts/latest/guide/pipes.jade
# public/docs/ts/latest/guide/router.jade
# public/docs/ts/latest/guide/style-guide.jade
# public/docs/ts/latest/guide/template-syntax.jade
# public/docs/ts/latest/guide/testing.jade
# public/docs/ts/latest/guide/typescript-configuration.jade
# public/docs/ts/latest/guide/upgrade.jade
# public/docs/ts/latest/guide/webpack.jade
# public/docs/ts/latest/index.jade
# public/docs/ts/latest/quickstart.jade
# public/docs/ts/latest/tutorial/index.jade
# public/support.jade
2016-09-23 22:13:02 +01:00
Ward Bell
b478aaf7a2
docs(testing): from Igor Minar feedback (Part 1) ( #2450 )
2016-09-23 02:03:20 -07:00
Ward Bell
1c87bd67d8
docs(testing): explain DebugElement.triggerEventHandler ( #2438 )
2016-09-21 20:01:44 -07:00
Ward Bell
4c71a32e36
docs(testing): import test module and override component providers ( #2428 )
2016-09-21 11:27:11 -07:00
Patrice Chalin
8d756808b9
docs(toh-6): remove BrowserClient provider comment ( #2431 )
...
Fixes #2347
2016-09-21 08:47:09 -07:00
Jesús Rodríguez
fdf517ee6b
docs(upgrade): temporary fix broken regions ( #2424 )
2016-09-21 14:53:43 +02:00
Jesús Rodríguez
693f6ae462
chore: rename Angular 2 to simply Angular ( #2402 )
2016-09-19 20:24:40 -07:00
Ward Bell
7b5244ce87
docs(testing): more scenarios ( #2396 )
2016-09-19 19:57:59 -07:00
Jesús Rodríguez
c17f8596e5
docs(webpack): move to core-js in testing ( #2404 )
2016-09-19 18:38:54 +02: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
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
Ward Bell
84b5297cc2
docs(testing): feedback from Joe Eames/add more scenarios ( #2391 )
2016-09-17 12:44:34 -07: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
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
Zhicheng Wang
2417245114
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# public/_data.json
# public/_includes/_footer.jade
# public/_includes/_hero-home.jade
# public/_includes/_hero.jade
# public/_includes/_main-nav.jade
# public/_includes/_util-fns.jade
# public/docs/_includes/_side-nav.jade
# public/docs/ts/latest/_data.json
# public/docs/ts/latest/cookbook/a1-a2-quick-reference.jade
# public/docs/ts/latest/glossary.jade
# public/docs/ts/latest/guide/_data.json
# public/docs/ts/latest/guide/animations.jade
# public/docs/ts/latest/guide/ngmodule.jade
# public/docs/ts/latest/guide/router.jade
# public/docs/ts/latest/guide/security.jade
# public/docs/ts/latest/guide/server-communication.jade
# public/docs/ts/latest/guide/style-guide.jade
# public/docs/ts/latest/guide/testing.jade
# public/docs/ts/latest/index.jade
# public/docs/ts/latest/quickstart.jade
# public/docs/ts/latest/testing/_data.json
# public/docs/ts/latest/testing/application-under-test.jade
# public/docs/ts/latest/testing/first-app-tests.jade
# public/docs/ts/latest/testing/index.jade
# public/docs/ts/latest/testing/jasmine-testing-101.jade
# public/docs/ts/latest/testing/testing-an-angular-pipe.jade
# public/index.jade
# public/resources/css/main.scss
# public/resources/css/module/_side-nav.scss
2016-09-15 15:23:48 +08:00
Filipe Silva
b9826c8ddf
chore: update compiler-cli version ( #2354 )
2016-09-15 04:24:56 +01:00
Filipe Silva
24c61dd7bc
chore: here we are ( #2353 )
2016-09-15 02:41:19 +01:00
Brandon Roberts
c15a68e591
docs(router): Added and organized more router dev guide content
...
Moved all heroes functionality into milestone 2
Crisis Center initial functionality is milestone 3
Admin feature module as milestone 4 including route guard examples
Updated milestone 5 to lazy load admin feature module
Added examples for CanLoad, CanActivateChildren guard, component-less routes
Added section on explanation of ActivatedRoute
Added section on animating route components
Added section on relative navigation
2016-09-14 13:46:16 -07:00