Ward Bell
b2f4148472
chore(quickstart): restore app.module and main ( #3166 )
...
We seemed to create more confusion by omitting app.module (and main) in QS than we gained in simplicity of QS
Every other example requires these files.
This PR restores them to QS _but doesn't talk about them_ in QS, leaving _that_ to the Setup guide.
2017-02-06 18:35:49 -08: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
8811094954
docs(testing): fix plunkers shim ( #3176 )
2017-01-31 12:52:43 -08:00
Jesús Rodríguez
1b78cc4f35
chore: add base href to all examples ( #3157 )
2017-01-28 00:38:34 +01:00
Filipe Silva
3e0b79f62e
fix(ts-config): fix tsconfig ref ( #3042 )
2017-01-02 15:33:52 -08: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
3c3750a4d4
chore(setup): add missing styles.css + cosmetics ( #3029 )
2016-12-23 10:37:39 -08:00
Ward Bell
223556fb2c
chore(quickstart): remove dead `.1` js/json files ( #3024 )
2016-12-21 18:00:37 -08:00
Jesús Rodríguez
e4eb75502d
chore: update to 2.4.0 ( #3016 )
2016-12-21 21:39:40 +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
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 8ccc33e6ff
.
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
199d2096d6
chore: add new 2.2.0 entry points ( #2810 )
2016-11-18 22:28:24 -08:00
Filipe Silva
17c7e15467
chore: update to 2.2.0 ( #2797 )
2016-11-15 00:11:37 +01:00
Ward Bell
a46cba06f0
docs(quickstart): app says "Hello Angular!" instead of "My first..." ( #2760 )
2016-11-05 13:12:11 -07:00
Ward Bell
8fafa8a01e
docs(plunkers): prepare plunkers for the quickstart reboot ( #2759 )
...
* plunker builder removes files and scripts not needed in plunkers (e.g., systemjs.config.js)
* no longer adds placeholder README.md (deemed a distraction)
* tag is now "Angular" instead of "Angular2"
* new plnkr.json "includeSystemConfig" option adds systemjs.config.js back; needed for testing plnkrs.
* incidentally changes comment "Polyfill(s)" to "Polyfills" in all index.html
2016-11-05 12:53:47 -07:00
Jesús Rodríguez
323becee32
chore: remove bootstrap package ( #2691 )
2016-10-29 10:44:57 -07:00
Steven
2408bb149a
fix for #2667 ( #2668 )
...
ported changes made here 541bdc5f63
2016-10-26 08:31:29 -07: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
Ward Bell
61b13c13ec
chore: v.2.0.2 + standard MIT licenses property ( #2559 )
2016-10-06 17:21:05 -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
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
693f6ae462
chore: rename Angular 2 to simply Angular ( #2402 )
2016-09-19 20:24:40 -07:00
Filipe Silva
24c61dd7bc
chore: here we are ( #2353 )
2016-09-15 02:41:19 +01:00
Filipe Silva
69ae63c4b1
chore: update examples to TS2.0 ( #2329 )
2016-09-14 10:15:51 -07:00
Jesús Rodríguez
ee955a451e
docs(quickstart): remove compiler-cli from dependencies ( #2285 )
2016-09-13 16:11:22 -07:00
Jesús Rodríguez
988694bb12
chore: update docs to rc7
2016-09-13 08:48:45 -07:00
Ward Bell
01b211193c
docs(browser-support): edits ( #2299 )
2016-09-09 22:21:40 -04:00
Ward Bell
77aeb84bc2
chore: remove testing libs from systemjs.config ( #2247 )
...
They belong in the testing shim files
2016-09-02 01:11:27 -07:00
Jesús Rodríguez
f823605a22
chore: fix quickstart
2016-09-01 08:40:42 -07:00
Naomi Black
38fe94df81
docs(qs-reboot): edits for the quickstart
2016-09-01 07:10:42 -07:00
Jesús Rodríguez
08b491df7b
chore: add systemjs.config.1.js
2016-09-01 15:48:36 +02:00
Ward Bell
9d5bbfca15
chore: update systemjs.configs and plunker-builder/indexHtmlTranslator for RC6
2016-09-01 00:20:58 -07:00
Filipe Silva
0c962712b3
chore: update to rc6 ( #2177 )
2016-08-31 18:08:57 -07:00
Ward Bell
fc2815ff6d
docs(ngmodule): updates for clarity; breaks out CoreModule
2016-08-24 23:10:10 -07:00
Cassio Landim
fccb32d3f8
chore(system.config.js): remove slash in front of "bundle"
...
closes #1961
This slash before the bundles path is generating a double slash for the scripts path, e.g. http://localhost:3000/node_modules/@angular/common//bundles/common.umd.js . Some server are not happy with this double slash and redirect to 404 pages like Firebase Hosting.
2016-08-17 21:53:21 -07:00
Patrice Chalin
19d06061c5
docs(quickstart): post-RC5 Dart resync ( #2078 )
...
* docs(quickstart): post-RC5 Dart resync
- Resync Dart QS prose with TS, post RC5.
- Added to-be-shared Jade `var` definitions to `_util-fns.jade`.
- Delete cached QS jade file.
- Eliminate the stub file `styles.1.css` in favor of a `docregion` in
the main `styles.css`.
This commit requires a `gulp add-example-boilerplate` after pulling it in.
Contributes to #2077 .
* post-review edits
2016-08-10 13:32:07 -07:00
Peter Bacon Darwin
d79adb2422
docs(rc5): update docs and plunkers for rc5
2016-08-09 11:48:07 -07:00
Foxandxss
909f230cc7
update router to beta.1
2016-06-30 13:04:04 -07:00
Foxandxss
10de4c5753
update in memory web api
2016-06-30 13:03:44 -07:00
Foxandxss
94f5609506
add rc4 versions
2016-06-30 12:40:59 -07:00
Filipe Silva
387f7c6dd2
chore(deps): update in-memory-web-api
2016-06-30 11:50:43 -07:00
Foxandxss
c02b942008
chore: update to router alpha.8
2016-06-28 12:52:47 -07:00
Ricardo Torres
e4f2a22014
fix(docs) router-deprecated still in rc.2
2016-06-22 15:20:44 -07:00