Jesús Rodríguez
e6741efd8f
chore: remove moduleId from examples ( #3362 )
...
* chore: remove moduleId from examples
* add support for testing and plunkers
* delete component-relative cookbook
* latest touches
* ward teaks and travis fixes
* fix typo in style-guide
2017-03-14 12:30:37 +01:00
Pete Bacon Darwin
e5b97e3a92
docs: fix up irregular doc-region tags ( #3285 )
2017-02-21 13:28:34 +00:00
Filipe Silva
7decccfe1b
docs(upgrade): update NgUpgrade with AoT, router, unit tests ( #2803 )
...
Followup from #2781
2017-02-13 16:45:37 +00:00
Filipe Silva
1101f07ef2
refactor: add src folder ( #3171 )
...
* boilerplate, gulpfile, quickstart
* move ts files up to cookbooks
* move rest of ts files
* fix tsconfig, default build task, json file
* fix js examples
* fix webpack example
* remove a2docs.css references
* fix aot examples
* fix webpack run task
* fix cb-i18n
* fix upgrade examples
* fix unit tests
* fix comment in deployment index
* removed unused typings.json
* fix plunkers
* fix js example paths
* fix ts quickstart/setup prose
* add src folder note to setup
* broadly replace app/ -> src/app/
* broadly replace main.ts
* broadly replaced index.html
* broadly replace tsconfig
* replace systemjs
* fix filetrees
* Minor prose fixes to aot, i18n cookbooks
* remove char harp was complaining about
* update new reactive forms example
* fix quickstart jade error
* fix mistakes uncovered by CI
* fix bad filename errors
* edit style guide 04-06 rule to use src
* add changelog
* Incorporate Jesus's feedback
* fix snippet headers in toh1/2
* chore: tweak changelog and setup text
2017-02-02 19:38:17 +01:00
Jesús Rodríguez
b968cabe34
chore: rename files in ngUpgrade ( #3146 )
2017-01-26 15:24:10 +01:00
Ward Bell
de4903be56
chore: Angular 1 -> AngularJS / Angular 2 -> Angular ( #3143 )
...
* chore: Angular 1 -> AngularJS / Angular 2 -> Angular
* Jesus' tweaks
2017-01-26 12:26:11 +01:00
Filipe Silva
4ec1736f18
chore: convert relative templateUrl/styleUrls to have ./
2017-01-04 19:02:19 +00: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
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
Jesús Rodríguez
1303706542
chore: use tsconfig lib ( #2840 )
2016-11-20 17:28:37 -08:00
Filipe Silva
199d2096d6
chore: add new 2.2.0 entry points ( #2810 )
2016-11-18 22:28:24 -08:00
Filipe Silva
2b286b33f6
deactivate bugged tests
2016-11-15 01:05:55 +00:00
Filipe Silva
84ca050416
change let to const in bootstrap
2016-11-14 19:02:54 +00:00
Filipe Silva
04b88d5534
remove wip aot changes from test run
2016-11-14 19:02:09 +00:00
Filipe Silva
b0c4422a97
add aot (WIP)
2016-11-14 17:07:39 +00:00
Filipe Silva
0d74c9332f
update systemjs.config.js to have @angular/upgrade/static by default
2016-11-12 22:38:14 +00:00
Filipe Silva
8f23969bc5
update phonecat-hybrid service and components
2016-11-12 21:55:20 +00:00
Filipe Silva
654f6cf2a2
update phonecat-hybrid bootstrap prose
2016-11-12 21:16:22 +00:00
Filipe Silva
4ac5e60522
improve angular1 type declaration in hybrid apps
2016-11-12 16:06:02 +00:00
Filipe Silva
1af3570910
update upgrade-phonecat-2-hybrid
2016-11-12 11:26:12 +00:00
Filipe Silva
cb3d3b34c4
re-enable upgrade-phonecat-2 tests
2016-11-08 17:47:39 +00: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
Ward Bell
61b13c13ec
chore: v.2.0.2 + standard MIT licenses property ( #2559 )
2016-10-06 17:21:05 -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
Jesús Rodríguez
66c630df99
docs(upgrade): update to latest release + tweaks ( #2460 )
2016-09-27 01:22:38 -07:00
Ward Bell
6def9505cc
chore: convert templateUrls to use moduleId where possible. ( #2477 )
2016-09-25 18:51:54 -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
Jesús Rodríguez
90100bffd9
chore: ability to add unit test boilerplate ( #2462 )
2016-09-24 21:03:08 +02: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
460e2070af
chore: update karma to zone 0.6.15 ( #2165 )
...
* chore: update karma to zone 0.6.15
* chore: update karma to zone 0.6.16 (Ward's updates)
* chore: add changes to karma-shim
2016-08-25 09:18:49 -07:00
Peter Bacon Darwin
d79adb2422
docs(rc5): update docs and plunkers for rc5
2016-08-09 11:48:07 -07:00
Filipe Silva
9e1e5a1ef8
chore: add forms, update router
2016-06-20 19:57:16 -07:00
Filipe Silva
61c85a92a4
chore: add async/await support to e2e tests
2016-06-17 10:43:16 -07:00
Filipe Silva
e9cf2a539f
chore: update to rc2
2016-06-15 12:21:06 -07:00
Foxandxss
f3205f5beb
chore: first sweep on linting the codebase
...
closes #1616
2016-06-07 16:45:13 -07:00
Foxandxss
c185c3548c
chore: use the provide object literal
...
closes #1594
replace `provide(...{use:...})` with `{provide: ..., use...}` syntax
2016-06-04 01:33:36 -07:00
Foxandxss
c2c3177545
chore: convert all e2e specs to typescript
2016-06-01 16:17:06 -07:00
Ward Bell
8a5df4cfa9
chore: support e2e-specs written in TypeScript
...
Update gulpfile and project to add a tsconfig to protractor test folders
Change all sample e2e-spec.js -> e2e-spec.ts
Split typings between e2e-spec & app code
Use same config for all e2e tests
Only 1/3 e2e specs truly converted.
Most don't pass because they fail TS transpile by Protractor due to missing type annotations
2016-05-31 22:03:13 -07:00
Tero Parviainen
4acbef19a8
docs(upgrade): add ngUpgrade guide version 2
...
closes #1538
This is a major reorganization of the Upgrade guide.
* Compatible with the new version of the AngularJS 1 PhoneCat
tutorial.
* No longer switching Angular 1 code to SystemJS for PhoneCat,
to allow beginning Angular 2 migration with fewer preparation
steps. SystemJS switch now happens simultaneously with upgrade.
(This is based on input from @joeeames)
* Testing moved to an appendix to make the main narrative
shorter and easier to follow.
* Use component methods to do phone filtering and ordering
instead of introducing pipes to replace filterFilter and orderByFilter.
* Cover issue with camelCase inputs on downgraded components.
For authors:
* All examples now fully integrated with the example boilerplate. Uses the
same Angular 2 version as all other guides. E2E tests are executed
along with all the others.
* Reduced number of PhoneCat versions from five to three.
* Each directory has a README explaining how to run it and what might
be peculiar about it.
Closes angular/angular#8622
Relates to angular/angular.js#14416
Relates to angular/angular-phonecat#326
2016-05-28 09:33:06 -07:00