129 Commits

Author SHA1 Message Date
Filipe Silva
0153bcf435 build: update rollup (#3478)
This PR also pins `rollup-plugin-node-resolve`, which was causing CI to fail.
2017-03-31 16:39:12 +01:00
Filipe Silva
15036913bb docs: followup amends for 4.0 release (#3431) 2017-03-24 17:58:36 +00:00
Filipe Silva
338e9e9438 docs: update to Angular 4.0 (#3415) 2017-03-23 19:50:10 -07:00
Jesús Rodríguez
38f823e357 chore: better package.json for zipper (#3344) 2017-03-24 00:12:19 +01:00
Jesús Rodríguez
cad3545cd0 chore: add missing tasks to package.json (#3325) 2017-03-01 13:02:48 +01:00
Jesús Rodríguez
e8a062bdd2 build: zipper revival (#3319) 2017-02-28 23:31:24 +01:00
Filipe Silva
fdc11391dd docs: update CLI quickstart to rc.0 (#3295)
All shown boilerplate is copy paste of a new CLI generated project using the rc.0 blueprints.

Formatting might be a bit different from the norm in the angular.io repo but it should be left as is, since the shown files should match a generated project.
2017-02-25 16:15:01 +00:00
Jesús Rodríguez
2c7a7d4fbc docs(webpack): one step closer to CLI (#3283)
* docs(webpack): one step closer to CLI

* add html reporter
2017-02-23 13:26:27 +01:00
Jesús Rodríguez
b3f8add5bb chore: lock jasmine types (#3236) 2017-02-11 12:35:11 +01:00
Jesús Rodríguez
502767fb2b chore: lock to Angular 2.4.5 (#3188) 2017-02-04 18:12:47 -08:00
Filipe Silva
0143d8f454 feat(cli-quickstart): add updated cli-quickstart (#3112)
* feat(cli-quickstart): add updated cli-quickstart

* incorporate Ward's feedback
2017-01-23 23:44:55 +00:00
Jesús Rodríguez
9fb5e0ad24 docs(webpack): update to webpack 2 (#3108)
* docs(webpack): update to webpack 2
2017-01-22 12:51:02 +01:00
Filipe Silva
0f3d5810a8 chore(deps): remove reflect-metadata (#3058)
Blocked on https://github.com/angular/in-memory-web-api/pull/86

As per https://github.com/zloirock/core-js/issues/152, `core-js` already includes `reflect-metadata`.
2017-01-02 21:15:24 +00:00
Ward Bell
11ba00451e chore(package.json): in-memory-web-api v.~0.2.2 2016-12-21 17:46:17 -08:00
Filipe Silva
0455adfe49 fix(deps): remove selenium-webdriver typings (#3018)
The new protractor version solves issues we were having with typings.

Follow up to https://github.com/angular/angular.io/pull/3010, based on https://github.com/angular/quickstart/pull/332
2016-12-22 01:44:16 +00:00
Jesús Rodríguez
e4eb75502d chore: update to 2.4.0 (#3016) 2016-12-21 21:39:40 +00:00
Patrice Chalin
2717dfb62e chore(ci): adjust zone.js version for examples (#3015)
A partial followup to #3010
2016-12-20 20:17:24 +01:00
Filipe Silva
7fc08eb159 fix(ci): pin webdriver and zone versions (#3010) 2016-12-20 13:12:43 +00:00
Jesús Rodríguez
116c80a175 chore: update tsc-wrapped (#3006) 2016-12-20 13:56:35 +01:00
Ward Bell
ad3d005a79 chore: update package.json to in-mem-web-api v.0.2.1 (#2981) 2016-12-14 20:07:52 -08:00
Patrice Chalin
ea1521ed6c chore(examples): don't gitignore _examples/tsconfig.json (#2966)
Tweak to `.gitignore` so that only the `tsconfig.json` files in
subdirectories are ignored, not the one directly in this `_examples`
folder.

Also, add a package.json script definition for `http-server` for more
convenient access (w/o invoking tsc as is forced in the script
definition given in `_boilerplate/package.json`.
2016-12-13 18:36:32 +01:00
Ward Bell
1f97bcbd81 chore: update example package.json to use in-mem-web-api 0.2.0 (#2961)
This update ensures examples get "cold" observables from `Http` when using in-mem-web-api
2016-12-12 21:42:18 -08:00
Filipe Silva
979a2cd690 ci: update protractor (#2957) 2016-12-12 14:33:58 +00:00
Filipe Silva
1a5f4f4907 chore: update to 2.3.0 (#2942)
* chore: update to 2.3.0

* add 2.3.0 versions in package.json

* update _data.json

* update angular-in-memory-web-api
2016-12-08 00:10:39 +00:00
Patrice Chalin
a4ecdd2be1 chore: pin TS version to 2.0 (#2949)
Fixes #2948
2016-12-07 14:26:25 -08:00
Ward Bell
695df67929 docs(testing): simplify and accelerate path to Angular component testing (#2879)
Rob Wormald recognized that we had no plunker for a simple component test. Inspired improved learning path for testing including:
* Add plunkers for both inline and external template versions of  the simplest `BannerComponent`
* Added the banner-specs for that purpose and also a quickstart-specs in the setup folder
* Adjusted prose in testing and setup-systemjs-anatomy to call these out
* Moved testing of external template spec earlier in the guide because it is likely to be needed right away.
* Add comments on the optional "testing" folder and corrects var names to match
* Leaves Jasmine Spec Runner output visible when tests finish
2016-12-05 11:46:53 -08:00
Ward Bell
b4e6fdd4e3 Revert "build(deps): update RxJs to 5.0.0-rc.4 (#2905)"
This reverts commit 533f1b53174ed4832319385206117546a701784d.
2016-12-02 17:59:45 -08:00
Filipe Silva
533f1b5317 build(deps): update RxJs to 5.0.0-rc.4 (#2905) 2016-12-02 17:50:08 -08:00
Ward Bell
efcb906981 chore(cb-component-communication): tweak code/update TS version (#2900)
Simplify name-child component.
Update TS version in package.json and the web systemjs.configs
Inspired by issue #2881
2016-11-29 15:39:53 -08:00
Ward Bell
ec2e6cb2c7 [WIP] docs(quickstart): QuickStart reboot (#2762) 2016-11-21 17:36:16 -08:00
Ward Bell
a7525721c0 Revert "[WIP] docs(quickstart): QuickStart reboot (#2762)"
This reverts commit 8ccc33e6ffacd7a0acdfc49aab2e6fdecf627fa9.
2016-11-21 17:29:00 -08:00
Ward Bell
8ccc33e6ff [WIP] docs(quickstart): QuickStart reboot (#2762) 2016-11-21 17:13:21 -08:00
Jesús Rodríguez
1303706542 chore: use tsconfig lib (#2840) 2016-11-20 17:28:37 -08:00
Filipe Silva
17c7e15467 chore: update to 2.2.0 (#2797) 2016-11-15 00:11:37 +01:00
Filipe Silva
12eb19fa3c feat(cb-ts-to-js): add es6 examples
update docshredder to shred .es6
optimized focus gulp task
convert imports and metadate sections
add DI section
add host and query metadata section
add intro
fix capitalization and grammar
2016-11-11 19:44:17 -08:00
Ward Bell
e9d78133e1 docs(testing): revert to jasmine v.2.4.1 (#2697)
Bug in Jasmine v.2.5.x.  Stick with v.2.4.1 (as karma-jasmine does) until the following issue is resolved:
https://github.com/jasmine/jasmine/issues/1231

Unfortunately, there is no `@types/jasmine` for v.2.4 but only for v.2.5.
2016-10-29 23:53:21 -07:00
Jesús Rodríguez
323becee32 chore: remove bootstrap package (#2691) 2016-10-29 10:44:57 -07:00
Filipe Silva
44bbc7776a fix(e2e): fix travis e2e (#2684)
See angular/webdriver-manager#121
2016-10-27 15:25:09 +01:00
Filipe Silva
4c85f0a91d chore: update to 2.1.1 (#2650) 2016-10-21 22:31:09 +01:00
Ward Bell
14c01fb651 docs(change-log): notes in-mem-web-api breaking change (#2644) 2016-10-20 19:28:19 -07:00
Filipe Silva
0d49fecd30 chore: update to @types (#1872)
* chore: update examples to @types
* fix toh-6 aot and add types link
2016-10-20 17:01:16 -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
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
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
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
Ward Bell
4a6f35f58b chore(package.json): update many package versions (#2476) 2016-09-25 17:46:06 -07:00