42 Commits

Author SHA1 Message Date
Brandon Roberts
5104470558 docs(router): Removed refs to deprecated router; lowerCamelCase constants
closes #1834
2016-07-11 21:44:12 -07:00
Ward Bell
2c5f0dbd9a docs(router): more little fixes from #1808 2016-07-07 18:51:36 -07:00
Ward Bell
d1dd2b82f4 docs(router): changes suggested by Deb Kurata in #1808 2016-07-06 01:11:34 -07:00
Ward Bell
dba3a8f9c9 docs: replace xxx.filter(...)[0] with xxx.find(...)
see #1801
2016-07-02 16:13:32 -07:00
Foxandxss
1900eb1c70 docs: replace terminal with pathMatch, base href with '/'
closes #1799
2016-07-01 16:32:39 -07:00
Brandon Roberts
4e7318552d docs(router): Updated docs to reflect alpha 7 release 2016-06-20 16:55:07 -07:00
Filipe Silva
61c85a92a4 chore: add async/await support to e2e tests 2016-06-17 10:43:16 -07:00
Brandon Roberts
c61d8195f3 docs(router): update developer guide to new v.3 router 2016-06-16 13:24:49 -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
Vikash
8569479423 docs: fix numerous typos in many doc files.
closes #1509
2016-06-01 01:08:56 -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
Filipe Silva
6c797d752a chore(travis): add Travis CI
closes #1526
2016-05-25 16:47:30 -07:00
Ward Bell
ba02c40b56 docs: switch from es6-shim to core-js shim 2016-05-19 16:37:54 -07:00
Ward Bell
e99e9185ba docs(index.html) remove extra space in System.importline. 2016-05-11 18:42:31 -07:00
Ward Bell
2842058a30 docs(router): document new router and samples - phase 2 2016-05-03 15:51:24 -06:00
Foxandxss
596825a8b1 docs: update all docs to partially comply the style-guide 2016-05-03 12:42:44 -06:00
Ward Bell
2ccdd867d2 docs(router): samples and doc for new router (phase 1) 2016-05-03 09:18:18 -06:00
Ward Bell
3d5302adce chore: update to rc.0 2016-05-02 19:57:28 -07:00
Filipe Silva
216120daba chore: update to beta.17
closes #1213, 1205
2016-04-28 18:31:00 -07:00
Filipe Silva
0a606a1b41 chore(ts): updating to beta.16 2016-04-26 00:22:25 -07:00
Ward Bell
f2f5d9f9ae docs(ts): update to beta.15
also restore accidentally deleted router sample files
2016-04-13 19:26:48 -07:00
John Papa
bd079369f3 docs(style-guide): add A2 styleguide - v1 2016-04-12 20:08:09 -07:00
Ward Bell
2929255bb4 chore: update es6-shim to v.0.35.0 per A2 issue #7618 2016-03-15 11:45:39 -07:00
Ward Bell
c3ce451637 docs(router): replace princess w/ procrastination; update images 2016-02-28 17:59:57 -08:00
Ward Bell
ad7f172ea5 docs: share 'styles.css' across all samples all langs; fix styles 2016-02-28 12:47:01 -08:00
Ward Bell
524ff05373 chore: add shims_for_IE.js to all index.html 2016-02-25 14:04:37 -08:00
Ward Bell
d4914eed26 devguide(router): child route rename - "CrisisCenter" -> "CrisisList" 2016-02-16 10:24:46 -08:00
Ward Bell
030653cef3 chore: add "mobile-optimized" <meta> tag to all sample index.html 2016-02-03 15:59:46 -08:00
Ward Bell
79d3d9f0ad docs(samples): convert boot.ts -> main.ts
plus router text fix and missed beta.2 update to QS.js
closes #773
2016-01-28 17:32:38 -08:00
Ward Bell
7ed0fce10d docs: add IE polyfills to all samples; update QS and Router to explain
closes #712
2016-01-17 20:32:59 -08:00
Ward Bell
c7f58ee459 docs(router): incorporate Brian's comments; other fixes
closes #712
2016-01-17 20:32:15 -08:00
Jay Traband
a5067e6bab chore(testing): e2e testing improvements; more devguide sample tests
closes #643
2016-01-04 11:23:48 -08:00
Ward Bell
4ccb7b848c docs(router): add index.html to first listing
closes #642
draws earlier attention to loading router lib and base href
2016-01-04 10:08:29 -08:00
Ward Bell
af458737be docs(router): add query params milestone
Additional fixes suggested by recent issues.
closes #637
2016-01-03 15:25:10 -08:00
Ward Bell
8e3e0834b5 docs(router): fixes recent issues
closes #619 & #626
2016-01-03 15:24:30 -08:00
Ward Bell
e14f950a7c docs(router): improvements + arch typo fix
closes #592
2015-12-19 14:31:06 -08:00
Ward Bell
0b466a239d docs(*) migrate index.htmls for release
closes #528
2015-12-15 12:19:30 -08:00
Ward Bell
728659ba71 docs(router): new chapter 2015-12-15 11:35:11 -08:00
Ward Bell
d474c9a6cd stumped by the router wildcard 2015-12-15 11:35:11 -08:00
Ward Bell
0c1d7ca3cb docs(router): new chapter
Ward and Jeremy
Todo: EXCLUDE Old router doc for reference while re-writing
2015-12-15 11:35:11 -08:00