Mike Ryan
f1f03cf28c
chore(bios): Add Mike Ryan
2016-06-28 22:02:12 -07:00
Naomi Black
7fa73c4cb0
chore(june28): updates to news, events, team bio for max
2016-06-28 18:56:29 -07:00
Fabriece Sumuni
8d7e7a0187
fixed a formatting typo on line 1015
2016-06-28 16:18:12 -07:00
Naomi Black
28b5316727
docs(forms): add more to the top of doc warning about bootstrap
2016-06-28 16:08:38 -07:00
Naomi Black
8548d3cb06
chore(nav): update left nav to add glossary back
2016-06-28 13:58:30 -07:00
Patrice Chalin
e5b11d456c
docs(guide/attribute-directives): follow-up to #1654 ( #1765 )
...
- Updated Dart code to match TS.
- Ran dartfmt.
- Enabled e2e tests; suites passed:
- public/docs/_examples/attribute-directives/dart
- public/docs/_examples/attribute-directives/ts
- Prose copyedits.
2016-06-28 13:15:51 -07:00
Patrice Chalin
f8e6b5d1f7
docs(toh-5/dart): make dashboard more robust ( #1688 )
...
Originally the dashboard TS expression ``heroes.slice(1, 5))` had been
written as:
> _heroService.getHeroes().getRange(1, 5)
which is brittle; it fails if there are not enough heroes. Slice
doesn't fail; an equivalent express
ion in Dart is
> _heroService.getHeroes().skip(1).take(4)
This is now used.
Other changes:
- Fix in css (missed TS-side update).
- Ran `dartfmt` on `heroes_component.dart`.
2016-06-28 13:15:29 -07:00
Patrice Chalin
eda47f64e8
docs(guide/lifecycle-hooks): follow-up to #1654 ( #1768 )
...
Mainly Dart-side review, following #1654 :
- Updates to follow style guide
- Enabled e2e tests
- Fixes to ensure tests pass: in after_view_component.dart and
after_content_component.dart
- Changed test over comment field in template to be:
*ngIf="comment.isNotEmpty"
- Suites passed:
public/docs/_examples/lifecycle-hooks/dart
public/docs/_examples/lifecycle-hooks/ts
2016-06-28 13:13:58 -07:00
Patrice Chalin
f06398cd89
docs(toh-6/dart): first edition of prose and example code ( #1687 )
...
* docs(toh-6/dart): first edition of prose and example code
NOTE: this PR depends on #1686 .
Dart prose and example match TS except that:
- No child-to-parent event emission occurs.
- Support for Add Hero is added as an unconditional feature of the
Heroes view.
- http `_post` takes only a name
- http `delete` takes only a hero id.
- The Dart in-memory-data-service has been dropped in favor of an
implementation based on the "standard" `http.testing.MockClient` class.
* post-review changes
2016-06-28 13:12:49 -07:00
Brandon Roberts
97fbda0d76
docs(toh-6/ts): Upgraded http tutorial to use new router
2016-06-28 13:03:04 -07:00
Patrice Chalin
b049c1bcf4
chore(guide/server-communication): fix indentation in Jade
2016-06-28 12:52:47 -07:00
Filipe Silva
58d20e57b5
chore: update ngSwitchWhen to ngSwitchCase
...
See https://github.com/angular/angular/commit/e1fcab7
2016-06-28 12:52:47 -07:00
Mark McEahern
c467d56a2b
Fix typo in first-app-tests.jade
2016-06-28 12:52:47 -07:00
Patrick McDonald
adc04b6830
docs: Change LoggerService to Logger service
...
`LoggerService` implies that it will be written as such in the code, yet the hero.service.ts example has a service simply called `Logger` (which matches the Style Guide).
2016-06-28 12:52:47 -07:00
Brandon Roberts
f3189546a6
docs(toh-5): Upgraded tutorial to new router
2016-06-28 12:52:47 -07:00
Rick Beerendonk
2eae445504
docs(template-syntax): correct hyperlink path to API documentation
2016-06-28 12:52:47 -07:00
Kai Ruhnau
26027105a7
docs(router): Fix the link to the APP_BASE_HREF page
2016-06-28 12:52:47 -07:00
eltronix
1c5be21b32
Fixed typo
2016-06-28 12:52:47 -07:00
Foxandxss
c02b942008
chore: update to router alpha.8
2016-06-28 12:52:47 -07:00
Foxandxss
c380d69ea1
chore: lock router-deprecated to rc.2 for plunkers
2016-06-28 12:52:47 -07:00
Patrice Chalin
283195685f
docs(guide/user-input): follow-up to #1654 ( #1770 )
...
Mainly Dart-side review, following #1654 :
- Updates to follow style guide
- Suites passed:
public/docs/_examples/user-input/dart
public/docs/_examples/user-input/ts
Note: the click-me2 component is not mentioned in the prose, maybe it
should be.
2016-06-28 08:25:12 -07:00
Patrice Chalin
3510f96620
docs(guide/pipes): follow-up to #1654 ( #1769 )
...
Mainly Dart-side review, following #1654 :
- Updates to follow style guide
- Suites passed:
public/docs/_examples/pipes/dart
- Suites failed (known issue - #1761 ):
public/docs/_examples/pipes/ts
2016-06-28 08:22:53 -07:00
Patrice Chalin
bacc4bcbac
docs(guide/{di,ts,toh-[23]}): follow-up to #1654 ( #1767 )
...
Mainly Dart-side review, following #1654 .
dependency-injection:
- Renamed components in providers_component.dart
- E2e suites passed:
- public/docs/_examples/dependency-injection/dart
- public/docs/_examples/dependency-injection/ts
template-syntax:
- Removed unused global variable.
- Suites passed:
public/docs/_examples/template-syntax/dart
public/docs/_examples/template-syntax/ts
toh-2 & 3:
- Clean-up.
2016-06-28 08:16:59 -07:00
Patrice Chalin
3fe0fb077c
docs(toh-6/ts): minor edits and enhancements ( #1686 )
...
* docs(toh-6/ts): minor edits and enhancements
Changes to prose:
- Complete TODO item of displaying `heroes.component` errors.
- Mainly copyedits.
- Add of blocks statements so that prose can be used on Dart side.
- Show excerpt and briefly explain of changes (previously missing):
- `app/hero-detail.component.html`
- `app/heroes.component.ts` error handling
- Add missing file to changed/added files listing and makeTabs
- `toh-6/ts/app/in-memory-data.service.ts,
- `toh-6/ts/sample.css`
Code changes:
- Mainly copyedits
- Renamed `heroes.component.ts` `delete` to `deleteHero` to match
naming of other methods
* remove unnecessary change relative to toh-5
2016-06-27 11:23:27 -07:00
Patrick McDonald
a843310e17
docs: Typo fix (an > a) ( #1747 )
2016-06-26 17:41:06 +01:00
Naomi Black
34b687df5b
chore(security): remove redundant heading
2016-06-23 02:38:52 -07:00
Martin Probst
3905be89ef
docs(security): Clarify template injection.
...
Also link to html5rocks docs on CSP.
2016-06-23 02:38:52 -07:00
Naomi Black
1149816dce
chore(nav): a missing bit of metadata for the forms guide
2016-06-22 17:53:17 -07:00
Naomi Black
987fbad0f3
chore(nav): clean up left nav titles and alpha-sort them
2016-06-22 17:13:48 -07:00
Ricardo Torres
e4f2a22014
fix(docs) router-deprecated still in rc.2
2016-06-22 15:20:44 -07:00
Torgeir Helgevold
e41da11444
docs(forms): upgrading forms guide to new api
...
This PR upgrades the existing forms to the new API,
while leaving a copy for existing users.
The current forms will be the default until RC4, at
which point we will switch the default to the new API
but still retain a link to the old forms API.
After RC5 the old API docs will be completely removed.
2016-06-22 15:15:12 -07:00
Naomi Black
7d5614ef82
chore(version): bump the docs version to rc3
2016-06-22 15:07:34 -07:00
Filipe Silva
31d0c757d7
chore(style-guide): remove routing styles
...
Routing styles were breaking CI and are out of date, since we're using the 3.0.0 router.
We should remove them until we have recommendations.
2016-06-21 18:11:54 -07:00
Filipe Silva
7848feaeaa
chore: update to rc3
2016-06-22 01:51:57 +01:00
Naomi Black
8ad5595a7c
docs(security): make screenshot english and update tagline
2016-06-21 11:53:49 -07:00
Martin Probst
fb179d9690
docs(security): Add security documentation.
...
Substantially rewritten, based on original content by Brian Clarkio and
Ward Bell and contributions from Naomi Black.
2016-06-21 10:51:25 -07:00
Eric Jimenez
9107eeeee8
feat: add bio for eric.
2016-06-21 09:30:29 -07:00
Fatima Remtullah
8516690e91
feat: add fatima bio to about page
2016-06-21 09:29:05 -07:00
Naomi Black
4a3f7afb66
chore(bios): update core team list
2016-06-20 22:45:41 -07:00
Torgeir Helgevold
218cc82f1c
chore(bios) Add tor
2016-06-20 22:38:32 -07:00
Rob Wormald
b11e8827bc
chore(bios): add rob w
2016-06-20 21:51:21 -07:00
Filipe Silva
212183bbb7
fix(plunkers): fix form plunkers
2016-06-21 04:36:07 +01:00
Filipe Silva
9e1e5a1ef8
chore: add forms, update router
2016-06-20 19:57:16 -07:00
Torgeir Helgevold
3cb219c5ab
docs(dynamic-cookbook): upgrade to use new forms api
...
convert exiting to use deprecated name
converted to new api
text
warnings
fix plunker
text
test weak
text
space
text
lint
order
tweak
2016-06-20 21:02:28 -04:00
Brandon Roberts
4e7318552d
docs(router): Updated docs to reflect alpha 7 release
2016-06-20 16:55:07 -07:00
Eric Jimenez
42e8c4a10c
feat(filter stable): filter by stability stable
2016-06-20 14:26:34 -04:00
Filipe Silva
3db8642113
fix(quickstart): add styles.css to js quickstart
...
Fix #1684
While looking at this, I saw that plunkers were getting some unintended unit testing files and added them to the default plunker builder ignore.
2016-06-19 22:52:59 -07:00
Filipe Silva
61c85a92a4
chore: add async/await support to e2e tests
2016-06-17 10:43:16 -07:00
Filipe Silva
643c59a15e
fix(e2e): update broken node typings
2016-06-17 13:52:30 +01:00
Naomi Black
787c0a2f36
docs(router): Hide deprecated router docs
2016-06-16 16:43:05 -07:00
Naomi Black
da3d8f7f73
style(images): add image best practices to styleguide doc
2016-06-16 16:06:13 -07:00
Kathy Walrath
511ee3d8ed
[WIP] Add link to AngularDart API docs
2016-06-16 13:37:44 -07:00
Brandon Roberts
c61d8195f3
docs(router): update developer guide to new v.3 router
2016-06-16 13:24:49 -07:00
Foxandxss
3b4b79aeeb
docs(animations): use our heroes
2016-06-16 18:55:17 +02:00
Foxandxss
30609c8f9c
chore: update quickstart for rc2
2016-06-15 16:48:30 -07:00
Foxandxss
70b98176dd
latest touches
2016-06-15 16:48:14 -07:00
Naomi Black
5b4da0c4e2
chore(news): updates for june
2016-06-15 16:45:17 -07:00
Naomi Black
a35e0fd4ef
chore(docs): bump version to RC on boilerplate
2016-06-15 16:14:50 -07:00
Foxandxss
761ec00d02
chore: update in-memory-web-api
2016-06-15 15:15:35 -07:00
Foxandxss
fcb3b447f8
chore: update webpack guide to RC2
2016-06-15 15:15:14 -07:00
Foxandxss
6821f89a1c
docs(quickstart): add a section to installing typings manually
2016-06-15 15:15:00 -07:00
Foxandxss
8664463c3a
remove future features for now
2016-06-15 15:14:45 -07:00
Foxandxss
34447904b9
make the example lintable
2016-06-15 15:14:45 -07:00
Foxandxss
c0edf369f4
fix e2e specs
2016-06-15 15:14:45 -07:00
Tero Parviainen
bead3620df
docs(animate): add animations documentation
2016-06-15 15:14:45 -07:00
Patrice Chalin
82b4657422
chore(dart pubspec.yaml): consistent baseline ( #1647 )
2016-06-15 14:59:57 -07:00
Patrice Chalin
25dc59daac
docs(toh-3/dart): copyedits ( #1637 )
2016-06-15 14:58:05 -07:00
Filipe Silva
e9cf2a539f
chore: update to rc2
2016-06-15 12:21:06 -07:00
Patrice Chalin
cd970c21ad
docs(toh-3/dart): copyedits and new snake_case glossary entry ( #1629 )
2016-06-15 10:49:42 -07:00
Patrice Chalin
6e5d8e6491
docs(toh-5/dart): review edits and code cleanup ( #1643 )
2016-06-15 07:46:26 -07:00
Patrice Chalin
86084260e6
example(dart/quickstart): use <script defer> rather than async ( #1665 )
2016-06-14 15:37:58 -07:00
Deborah Kurata
e7f3fc61ce
docs(cb-vs2015) new cookbook for Visual Studio 2015 QuickStart
...
closes #1502
2016-06-13 23:55:14 -07:00
Filipe Silva
c50954d5b8
chore: separate lint in travis
2016-06-14 01:01:34 +01:00
Patrice Chalin
ca2e5c5d1d
docs(toh-4/ts): copyedits
...
closes #1638
2016-06-13 11:40:30 -07:00
Patrice Chalin
5adbfb9502
chore(ignored/boilerplate files): cleanup
...
closes #1646
2016-06-13 11:33:12 -07:00
Foxandxss
b1419f48ba
chore: fix regions for e2e specs
...
closes #1657
2016-06-13 11:21:14 -07:00
Helmi
7f256eea75
Fix typo in 'Simulating the web api' section.
...
closes #1655
2016-06-13 11:05:15 -07:00
Foxandxss
61ad427319
docs(toh): add missing snippets
...
closes #1649
2016-06-13 10:46:53 -07:00
Patrice Chalin
fd46bf4970
docs(toh-5/ts): minor edits
...
closes #1644
2016-06-13 10:45:23 -07:00
Foxandxss
4dcea96b6d
chore: better protractor task
...
closes #1641
2016-06-13 10:39:51 -07:00
Foxandxss
ffbdcd2b9c
chore: fix systemjs semicolons
...
closes #1632
2016-06-13 10:37:20 -07:00
Patrice Chalin
070cb5a193
docs(toh-3/ts): copyedits
...
closes #1630
2016-06-13 10:36:04 -07:00
Patrice Chalin
16848fc822
docs(toh-2/ts): copyedits
...
closes #1622
2016-06-13 10:34:19 -07:00
Patrice Chalin
59408b1784
test(toh-1): add e2e for Dart and TS
...
closes 1620
Contributes to #1619 .
2016-06-13 10:30:18 -07:00
Patrice Chalin
2fc7e5ab50
docs(toh-1/ts): minor edits
...
closes #1615
- Fixed HTML.
- Removed unnecessary snippet since it is in the code.
- Copyedit: (Hero property) -> (hero property).
2016-06-13 10:28:04 -07:00
Brian Olore
ce05f9b4f9
docs(style-guide): make each style clickable for easier referencing
2016-06-13 10:24:58 -07:00
Foxandxss
074a33a622
chore: tslint sweep done
2016-06-13 02:40:28 +02:00
Patrice Chalin
1cc5284cc2
docs(toh-2/dart): copyedits ( #1621 )
2016-06-08 16:24:56 -07:00
Patrice Chalin
3c77a7fcd1
docs(basics/di): minor edits following TS switch to provider object literal ( #1600 )
...
Minor edits:
- Dart side adjustments following #1594 .
- Renamed example '3a' to just '3' and tweaked the logger message
- Removed obsolete Dart block.
2016-06-08 09:25:48 -07:00
Patrice Chalin
7db6684886
chore(dart): add/cleanup example hosting config files ( #1605 )
2016-06-08 08:02:57 -07:00
Foxandxss
fb49cbe33f
docs(cli-quickstart): add cli 5 min quickstart
...
closes #1606
2016-06-07 18:51:27 -07:00
Foxandxss
f3205f5beb
chore: first sweep on linting the codebase
...
closes #1616
2016-06-07 16:45:13 -07:00
Patrice Chalin
7e52648ee7
docs(toh): update live example links ( #1602 )
2016-06-07 15:51:25 -07:00
Patrice Chalin
afee8dbe7e
docs(toh-1/dart): minor edits ( #1614 )
...
- Fixed HTML.
- Removed unnecessary snippet since it is in the code.
- Copyedit (Hero Property) -> (Hero property).
2016-06-07 14:59:41 -07:00
jevonearth
f7cf6fde9f
docs(toh-6): Fix typo in 'Add/Delete in the HeroesComponent' section.
...
closes #1603
2016-06-06 17:28:07 -07:00
Ward Bell
06f8002417
docs(pipes): minor text updates
...
closes #1611
2016-06-06 17:17:50 -07:00
Foxandxss
21d74d531a
chore: update all packages to latest versions
...
closes #1607
2016-06-06 12:24:25 -07:00
Georgios Kalpakas
2492ea6874
docs(upgrade): restrict component directive to elements
...
The `heroDetail` directive is shown as an example of a component directive, such as those built using the `.component()` helper in v1.5+. In order for the directive to be functionaly equivalent with the component directive created with `.component`, it needs to be restricted to elements only. (If the `restrict` is omitted, it defaults to `'AE'`, which would also match attributes.)
/cc @teropa
2016-06-05 14:59:19 +03:00
Foxandxss
885aa04cc9
docs(webpack): add missing fake-async-test
...
closes #1571
2016-06-04 01:44:21 -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
twinssbc
6f02f76fc2
docs: remove duplicated words in toh-pt6.jade
...
closes #1575
2016-06-04 01:25:41 -07:00
Anastasia Kozaeva
2f3cb405e8
Fix typo in 'Error Handling' section
...
closes #1592
Remove duplicate 'to'
2016-06-04 01:24:00 -07:00
Zhimin YE(Rex)
d5650500c8
Removed @View Decorator
...
closes #1590
2016-06-04 01:22:09 -07:00
Foxandxss
1d294a831c
docs(upgrade): escape script tags
...
closes #1584
2016-06-04 01:17:27 -07:00
Foxandxss
8fe68f414a
docs(style-guide): fix 03-03 css class
...
closes #1582
2016-06-04 01:15:13 -07:00
Ward Bell
7edc32f350
docs(testing): more samples
2016-06-04 00:52:36 -07:00
Patrice Chalin
05864c2584
docs(dependency-injection): revised Dart and TS code and prose ( #1573 )
...
docs(dependency-injection): revise Dart and TS code and prose
2016-06-03 11:16:46 -07:00
Patrice Chalin
7570dc53ea
chore(dart/api): remove generated files ( #1587 )
2016-06-02 10:44:51 -07:00
Patrice Chalin
b48cde3a43
chore(_util-fns): generalize makeExample, drop makeProjExample ( #1510 )
...
+ Rename adjustExample{Path|Title} to adjustTsExample*4Dart
+ `makeExample` can now work with both doc folder relative and project
relative paths.
2016-06-02 17:06:03 +01:00
Ward Bell
41947cbd1f
chore: fix gulp serve-and-sync tasks and many broken example links
...
The serve-and-sync tasks wait for `_copy-example-boilerplate` to finish
Differentiates app compile, spec compile, and test failures
StyleGuide (for documentators) up-to-date
2016-06-01 16:17:06 -07:00
Foxandxss
c2c3177545
chore: convert all e2e specs to typescript
2016-06-01 16:17:06 -07:00
Foxandxss
3c3b83a34b
chore(e2e): append errors after a failed spec
...
closes #1579
2016-06-01 11:20:35 -07:00
Foxandxss
6fd62e9baf
docs(style-guide): make style guide code compliant with itself
...
closes #1578
2016-06-01 11:15:57 -07:00
Foxandxss
0a0f78f144
docs(style-guide): make barrels a consider
...
closes #1482
2016-06-01 10:59:41 -07:00
Foxandxss
743540363d
docs(style-guide): rename validator to validate
...
closes #1489
2016-06-01 10:57:11 -07:00
NFM
3d27aa656c
docs(style-guide): add the image width attribute
...
closes #1366
Adjust width 100% to 80%
2016-06-01 10:54:48 -07:00
Anderson
301aadddde
docs(toh-pt6): fix filename typo
2016-06-01 01:19:37 -07:00
Vikash
8569479423
docs: fix numerous typos in many doc files.
...
closes #1509
2016-06-01 01:08:56 -07:00
Zhimin YE(Rex)
eb48a71351
docs(architecture): fixed missing `` mark.
...
closes #1514
2016-06-01 01:03:51 -07:00
Ward Bell
2f115a3425
chore: fix broken devguide links as of May 31
...
Did not fix broken Dart and API links
2016-06-01 00:52:22 -07:00
Maksims Muižininkas
613d53e152
docs(architecture): correct link to testing
...
closes #1536
2016-05-31 23:23:54 -07:00
Christopher Thorne
2d27097d55
docs(toh-pt6): correct DetailHeroComponent to HeroDetailComponent
...
closes #1550
2016-05-31 22:32:55 -07:00
Christopher Thorne
3d868da4b7
docs(toh-pt5): change getHero to match toh-pt6 getHero
...
closes #1551
2016-05-31 22:31:04 -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
Ward Bell
ae2d8f2730
docs(template-syntax): add brief example of HTML sanitization in binding.
...
Also clarified interpolation v. property binding example for PR #1564
2016-05-31 18:36:22 -07:00
Patrice Chalin
5e50b2ef10
chore(util-fns): minor cleanup and refactoring ( #1562 )
...
This only impacts language dependent variable and path definitions:
- Removed deprecated variable.
- Hoisted useful variable definitions from quickstart into _util-fns.
- Minor fix in regexp of path translation function
2016-05-31 15:25:59 -07:00
Foxandxss
2bc166c34f
docs(toh): fix some header extensions
...
closes #1549
2016-05-29 14:36:10 -07:00
Foxandxss
9b2c54e77f
chore: disable ngAnimate for ng1 protractor tests
...
closes #1543
2016-05-29 14:34:15 -07:00
Foxandxss
888dcf362a
chore: remove note against node 6
...
closes #1540
2016-05-29 12:46:55 -07:00
Foxandxss
39408f8f8d
docs(style-guide): remove dead code at 04-10
...
closes #1501
2016-05-29 12:44:46 -07:00
Foxandxss
b962383193
chore: re-title webpack guide to emphasize "Webpack", not "Intro"
...
closes #1492
2016-05-29 12:27:44 -07:00
Foxandxss
0047919e2d
docs(quickstart): update guide systemjs.config.js
...
closes #1542
2016-05-29 11:03:33 -07:00
Jeremy Wilken
f9211fde33
docs(index) grammatical and message improvement on marketing speak.
...
closes #1527
2016-05-28 12:49:59 -07:00
Jesse Palmer
03f346b988
chore: removes past events
...
closes #1529
2016-05-28 09:43:21 -07:00
Foxandxss
f5614e858d
docs(style-guide): add more tests
...
closes #1532
2016-05-28 09:41:15 -07:00
Foxandxss
c2c6096bec
docs(server-communication): fix anchor link
...
closes #1537
2016-05-28 09:38:26 -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
Ward Bell
bd6d788ccb
docs(chore): update samples to angular-in-mem-web-api v.0.0.11
...
Has RegExp query option needed for ToH 7: Http+Observables
2016-05-28 08:54:21 -07:00
Eric Jimenez
a0a0e8f35c
docs: align badges vertically within their container, remove shadow from content area
2016-05-26 09:22:25 -07:00
Filipe Silva
6c797d752a
chore(travis): add Travis CI
...
closes #1526
2016-05-25 16:47:30 -07:00
Patrice Chalin
a664f46231
docs(template-syntax): review and update Dart to new doc design ( #1465 )
...
* ts template-syntax.jade without docregion tags
* update guide/template-syntax for dart and ts
* clarify style property naming in Dart
2016-05-25 15:09:45 -07:00
Patrice Chalin
e8f84cfc04
test(e2e/dart): enable Basics chapter e2e testing ( #1524 )
2016-05-25 13:12:36 -07:00
Patrice Chalin
ed16d82335
chore(dart/_util-fns): make adjustTsExamplePath4Dart idempotent ( #1515 )
...
Fixes #1513 .
2016-05-25 11:43:06 -07:00
Vikash Verma
551ac6dc9d
docs: Fix typo ( #1504 )
2016-05-25 12:17:02 +01:00
Thibault Sottiaux
df87178ef4
Update .docsync.json to make the JSON valid.
2016-05-24 22:19:39 +01:00
Torgeir Helgevold
1644673d6c
docs(dependency-injection): show providers using map literals
2016-05-23 19:07:59 -07:00
Foxandxss
7f1412ca97
docs(style-guide): close the button at 09-01
...
closes #1490
2016-05-23 12:38:58 -07:00
Foxandxss
3a671bc912
docs(style-guide): add spaces at 04-10
...
closes #1488
2016-05-23 12:37:10 -07:00
Foxandxss
9784c2fa16
docs(style-guide): clean 05-15
...
closes #1487
2016-05-23 12:36:03 -07:00
Foxandxss
9ed12f465f
docs(style-guide): rename toast selector
...
closes #1486
2016-05-23 12:35:18 -07:00
Foxandxss
7a43e0a548
docs(style-guide): use input at 05-12 for consistency
...
closes #1485
2016-05-23 12:33:13 -07:00
Foxandxss
915de49863
docs(style-guide): rename avoid template at 05-03
...
closes #1484
2016-05-23 12:32:26 -07:00
Foxandxss
9f3517529d
docs(style-guide): remove non used examples
...
closes -1483
2016-05-23 12:28:41 -07:00
Foxandxss
020abd810f
docs(style-guide): a service doesn't have a folder
...
closes #1481
2016-05-23 12:27:32 -07:00
Foxandxss
0e13763943
docs(style-guide): 03-02 pluralize villain
...
closes #1479
2016-05-23 12:20:25 -07:00
Foxandxss
508b779a41
docs(toh): add instructions to add the goBack method
...
closes #1478
2016-05-23 12:18:46 -07:00
Foxandxss
129b34c77e
docs(toh): update HTTP chapter with style guide conventions
...
closes #1477
2016-05-23 12:15:10 -07:00
Shai Reznik
6475b5efab
docs(style-guide): added the one more why on 02-02
...
closes #1473
2016-05-22 20:18:01 -07:00
Massimiliano Sartoretto
990a80ec9c
docs(cheatsheet): remove outdated beta warning
...
closes #1472
2016-05-22 19:56:38 -07:00
Kyle Roberts
4ab05a9355
docs(Component relative paths): ofter -> often and colon
...
closes #1471
2016-05-22 19:54:47 -07:00
Foxandxss
4371465f4e
docs(style-guide): add e2e tests
2016-05-22 16:40:40 +02:00
Foxandxss
a775675ab8
docs(typings): update typings snippets for the guides
2016-05-22 01:59:40 +02:00
Ward Bell
b25950090d
docs(typings): install into globalDependencies, not globalDevDependencies
2016-05-21 16:49:00 -07:00
Ward Bell
60eeb0123a
docs(typings): update typings chapter + update lingering old package references
2016-05-21 16:26:54 -07:00
Foxandxss
81ebdfb8ef
docs: add strong advice on node and npm versions
2016-05-21 15:56:09 -07:00
Foxandxss
899bae64a9
docs(style-guide): add testing harness
2016-05-21 15:04:08 -07:00
Foxandxss
10b0cde8c0
docs(webpack): update typings
2016-05-21 23:49:05 +02:00
Ward Bell
4b104d7cc9
docs(testing): update testing setup to use systemjs.config.js
2016-05-21 14:31:22 -07:00
Ward Bell
650a4d17e8
docs(samples): package.json and typings updates
2016-05-21 14:15:48 -07:00
Foxandxss
33b5829b25
docs(toh): put a bit of clarification
...
closes #1352
2016-05-20 23:40:55 -07:00
Foxandxss
156b6f42ee
docs(style-guide): fix example on 02-04
...
closes #1452
2016-05-20 22:55:37 -07:00
NFM
5a91b5442b
docs(server-communication): Modify file name 'rxjs-operators'
...
Modify file name 'add-rxjs-operators.ts' to 'rxjs-operators.ts', according to real file name.
Ref: https://angular.io/resources/live-examples/server-communication/ts/plnkr.html
2016-05-20 22:52:44 -07:00
Ward Bell
e188e472f1
docs(e2e-tests): improve gulp e2e tasks and fix samples that were failing
2016-05-20 20:33:38 -07:00
Ward Bell
f9fea00824
docs(component-relative-paths): new cookbook
2016-05-20 20:33:38 -07:00
Patrice Chalin
da48db3c77
docs(server-communication): cleanup, mainly for Dart ( #1455 )
...
- Dart code: fix issues raised by @thso during review.
- Dart code: remove "show x" clauses from imports.
- Dart add docsync config file.
- Prose: make consistent use of _Http variables; otherwise use "HTTP".
- Prose: add links to the demos list.
* _heroesUrl as static const
2016-05-20 17:14:37 -07:00
Patrice Chalin
6d2d52c588
docs(dart): cleanup 'live example' links ( #1449 )
...
This fixes various issues such as:
- missing space in Dart version between the live demo and demo source
links.
- Live example link directing to Plunker for Dart.
The main mixins (`liveExampleLink`*) used to support the generation of
links now assume reasonable default values for their arguments, and in
most cases the defaults are used.
* Dart example links: use http vs https
As agree to with @kwalrath.
2016-05-20 16:18:58 -07:00
Ward Bell
12984fda55
docs(testing): update samples & test config to RC1
2016-05-20 01:09:45 -07:00
Ward Bell
02767419ed
chore: fix missed in-mem-web-api to v.0.0.9
...
closes #1447
2016-05-19 23:25:12 -07:00
Ward Bell
3423ad8491
chore: more conversion of es6-shim to core-js
2016-05-19 23:18:18 -07:00
Ward Bell
6e0f80c673
docs: update api-in-mem-web-api to v.0.0.8
2016-05-19 21:50:26 -07:00
Ramzi Samman
feec37b784
docs(webpack): fix a typo in the dev guide
...
closes #1431
2016-05-19 19:24:29 -07:00
Foxandxss
efbe3bbdfd
docs(quickstart): fix broken region
...
closes #1438
2016-05-19 19:22:45 -07:00
Foxandxss
bd52aa3f34
docs: complete es6-shim to core-js migration
...
closes #1442
2016-05-19 19:12:14 -07:00
Ward Bell
3324bd944d
docs(toh-6): fix broken 'Add Hero' and fill in instructional gaps
2016-05-19 19:00:20 -07:00
Ward Bell
ba02c40b56
docs: switch from es6-shim to core-js shim
2016-05-19 16:37:54 -07:00
Kathy Walrath
2dc60188c2
docs(dart): convert toh-5 to Dart ( #1426 )
...
Some issues remain (see #1426 review comments), but this is much better than nothing.
2016-05-19 08:03:23 -07:00
Ward Bell
29511831cd
docs(server-communication): heavily refactored (TS & Dart)
2016-05-19 02:48:43 -07:00
Ward Bell
a4bc455030
docs(toh): remove unneeded directive from heroes.component
2016-05-19 00:57:35 -07:00
Ward Bell
e91659ac13
docs(tutorial/ts): delete tutorial sample in favor of toh-6
2016-05-19 00:30:30 -07:00
Torgeir Helgevold
e4db340464
docs:(TOH chapter on Http) New Tour of Hero Chapter on Http
2016-05-18 23:38:08 -07:00
Ward Bell
31fe01e01f
docs: SystemJS to use @angular umd bundles
2016-05-18 16:20:24 -07:00
Kathy Walrath
a595eb81ef
docs(dart): update BASICS intro ( #1410 )
...
Also copy edited the TS version a bit.
2016-05-18 13:43:02 -07:00
Patrice Chalin
5b1a84be4c
chore(docs): revise makeExcerpt mixin, add makeProjExample mixin
...
Be more DRY when referencing examples and excerpts. E.g.,
```jade
+makeExcerpt('quickstart/ts/app/app.component.ts', 'import',
'app/app.component.ts (import)')
```
can now be just
```jade
+makeExcerpt('app/app.component.ts', 'import')
```
Defined new mixin for examples named `makeProjExample` using this new
scheme.
The original `makeExample` has been left untouched.
Applied new mixins to quickstart.
closes #1420
2016-05-18 10:27:51 -07:00
Albert Pai
d152ea293e
docs(cb-dependency-injection): Fix typos
...
closes #1421
2016-05-18 00:25:57 -07:00
Eric Jimenez
91bb9d80ff
fix(resources): use title key from firebase. Adjust layout a bit
2016-05-17 19:15:57 -04:00
Kathy Walrath
2810218b88
docs(quickstart): edit Dart & TS QuickStarts
...
closes #1411
2016-05-17 14:17:43 -07:00
Patrice Chalin
6751f779d0
test(e2e/dart): add support for Dart e2e testing
...
closes #1369
Add `--lang` option whose values are any combo of `(ts|js|dart)`
default is `(ts|js)`
`--lang=all` runs all language tests;
2016-05-17 10:31:49 -07:00
Ward Bell
594079970c
docs(http): remove status 200 guard and add RxJS operators individually
2016-05-17 01:45:52 -07:00
Ward Bell
f5a9edc68c
docs(quickstart): say 'My First Angular 2 App'
2016-05-16 23:16:11 -07:00
Foxandxss
0123076a79
chore: remove typings.d.ts from style guide
...
closes #1404
2016-05-16 21:50:55 -07:00
Eric Jimenez
5a0a0160ce
feat(firebase): feed resources page using firebase. Check for approved entries of the resources page
2016-05-16 22:43:32 -04:00
Eric Jimenez
21272435a3
feat(badging): Enum only matches enums, as opposed to Const and Enums. Const matches const, var, and let
2016-05-16 22:41:43 -04:00
Eric Jimenez
0ae7ade9fa
feat(shorter lines): encapsulate all doc guides within a 10 sized column, including banners. Use showcase. Adjust for mobile
2016-05-16 15:40:32 -04:00
Tero Parviainen
ba47da0d70
docs(upgrade): bring phonecat up to speed with rc.1. Use router-deprecated.
...
closes #1357
2016-05-15 19:48:13 -07:00
Patrice Chalin
fedc39dd52
docs(quickstart-ts/dart): updated prose and example code; consolidate for TS&Dart
...
closes #1396
2016-05-15 19:26:45 -07:00
Foxandxss
a3400d035c
docs(webpack): use rimraf to clean dist
...
closes #1393
2016-05-15 16:16:40 -07:00
Foxandxss
0c49b50cbe
docs(webpack): fix tests sourcemaps / clarify logo image download
...
closes #1399 , 1395
2016-05-15 16:08:38 -07:00
Foxandxss
fca9671680
docs(style-guide): lift main.ts to src folder
...
closes #1390 , #1361
2016-05-15 15:44:32 -07:00
Mike Hartington
738207affd
docs(style-guide): added ng2 snippets for vim
...
closes #1381
2016-05-15 15:29:47 -07:00
dreambo8563
eec5c00fc0
docs(component-communication): remove _ from private _timerComponent
2016-05-15 15:26:04 -07:00
Kyle Roberts
c2339c156d
docs(glossary): promises point to dead link, update to mozilla link
...
closes #1365
2016-05-15 14:59:20 -07:00
Ward Bell
e9dd6334e4
docs(plunker): use the FrankWallis TS plugin (thx Filipe!)
2016-05-15 14:49:09 -07:00
escardin
aa65f0cf44
docs(webpack) missing word
2016-05-13 14:07:57 -07:00
Foxandxss
81a87c2bfb
docs(webpack): remove barrel
...
closes #1389
2016-05-13 14:05:20 -07:00
Patrice Chalin
ad95b04e69
docs(dev guide): pipes - new Dart prose, update Dart and Ts code ( #1353 )
...
+ guide/pipes/ts: update docs and example code
+ guide/pipes/dart: new prose, updated example code
+ fix platform_directives reference; html cleanup
+ enable pipes e2e testing
For `e2e-spec.js`: If the async test is executed too early it will fail
(simply because the async message hasn’t been received yet).
+ follow new constants naming convention
2016-05-13 21:44:14 +01:00
Patrice Chalin
c1440e7eff
[review-pending] docs(dev guide): server-communication - new prose
...
New Dart prose, update Dart and Ts code
+ guide/server-communication/ts: update to docs and example code
+ guide/server-communication/dart: new prose, update example code
+ ignore all npm-debug.logs
+ make Jade ul li TOC elements more compact.
2016-05-13 21:32:54 +01:00
Naomi Black
d3cad1829b
chore(news): add some post-ng-conf news to the site
2016-05-13 11:07:47 -07:00
Naomi Black
e7bccbabaf
chore: update events
2016-05-13 09:14:11 -07:00
alexwolfe
9c58d28cfe
Updated Events Page
...
The table now is using the table from the style guide and presents the
information in a clearer more attractive way to viewers.
2016-05-13 08:48:27 -07:00
Ward Bell
9b27bfb61e
docs(webpack): checkin missing snippets; .js->.ts
...
closes #1375
2016-05-12 18:18:21 -07:00
Eric Jimenez
024b680e68
fix(copy btn): remove overflow from button. Refactor styles out of inlines within directive
2016-05-12 17:49:33 -07:00
Eric Jimenez
b5d2973163
feat(security badge): add a security badge to api docs. Only appears if @security is present in angular2
2016-05-12 17:48:54 -07:00
Foxandxss
96238bbfab
docs(cb-webpack): add guide chapter about webpack
2016-05-12 17:22:14 -07:00
Ferdinand Malcher
aaa927bc43
docs(glossary): export in barrels
...
closes #1326
The example is about exports, so no imports here
2016-05-11 20:19:40 -07:00
Aristeidis Bampakos
cc450ad6e8
docs(npm-packages): Fixed several typos
2016-05-11 20:07:40 -07:00
Eric Jimenez
54bbbad82d
fix(homepage gap): remove margin top from features
2016-05-11 19:46:23 -07:00
Aristeidis Bampakos
6a1e6e3bf6
docs(hierarchical-dependency-injection): Fixed typo
...
closes #1345
Fixed typo with the word "possibility"
2016-05-11 19:33:17 -07:00
Aristeidis Bampakos
9f267ca80f
docs(forms): Typo - missing space before "Now we can control"
...
closes #1343
2016-05-11 19:30:49 -07:00
Dmitri Suvorov
33745ec220
docs(tutorial): fix typo (slowy -> slowly)
...
closes #1332
2016-05-11 19:24:00 -07:00
Brian McDaniel
064936012f
docs(component-styles): fix typo (withing -> within)
...
closes #1330
2016-05-11 19:22:31 -07:00
Oren Farhi
82a5bfc5bf
docs(style-guide): added ng2 snippets for sublime text
...
closes #1328
2016-05-11 19:20:01 -07:00
Ferdinand Malcher
8b19a5622a
docs(glossary): input decorator in same line
...
closes #1327
According to styleguide the @Input() decorator should be placed in the same line
2016-05-11 19:06:09 -07:00
blAck PR
5eb0dbc517
docs(style-guide): fix #1289 BAD FILENAME
...
closes #1290 , #1289
Change structure to match style-04-06 as proposed by mrkiffie; fix double back slash
2016-05-11 18:58:21 -07:00
Gregor Woiwode
f6f407275f
References snippets for atom
2016-05-11 18:53:09 -07:00
Ferdinand Malcher
1674f10a00
docs(styleguide): typo "hightlight"
...
closes #1287
2016-05-11 18:50:39 -07:00
Ward Bell
e99e9185ba
docs(index.html) remove extra space in `System.import`line.
2016-05-11 18:42:31 -07:00
Ward Bell
19b50c82f6
docs(plunker): revise systemjs.config for plunker to load fewer files
2016-05-11 18:42:13 -07:00
Ward Bell
2e486cc046
docs(typings): add typings.d.ts for module.id and __moduleName; update docs
...
closes #1355 and #1312
2016-05-11 13:20:42 -07:00
Foxandxss
c8bdbd5ea9
docs(toh): link to deprecated router
...
closes #1309
2016-05-10 21:56:19 -07:00
Ward Bell
19bf5f6689
docs(router-deprecated): fix example links that weren't to deprecated code
...
closes #1340
2016-05-10 21:40:09 -07:00
Foxandxss
14262e3b6a
docs(router-deprecated): link doc to deprecated examples
...
closes #1291
2016-05-10 21:34:07 -07:00
Foxandxss
142ad5dd19
docs(quickstart): fix broken file-listings and reveal some systemjs when not verbose
...
Closes PRs #1304 and #1324 and issues #1303 and #1321
2016-05-10 21:17:49 -07:00
Kyle Roberts
45b5053fed
docs(hierarchical DI): typos "it's" and add commas
...
closes #1288
2016-05-10 20:24:08 -07:00
Foxandxss
93a8925b10
docs(style-guide): update 10-01 for new router
...
closes #1281
2016-05-10 20:17:11 -07:00
Foxandxss
ba3c0ab7a0
docs(quickstart): fix a numeric typo
...
closes #1279
2016-05-10 20:13:45 -07:00
Foxandxss
039f54d9e2
docs(server-communication): fix broken example
2016-05-10 20:10:18 -07:00
Jesse Palmer
82c2e6b634
docs(books): removes redundant link
...
closes #1237
2016-05-10 17:05:07 -07:00
rexebin
89f9ea146c
Update question-control.service.ts
...
closes #1095
control value now will be initialized with 'question.value', regardless if the control has validation of 'required' or not.
2016-05-10 16:40:53 -07:00
Foxandxss
64babe2a69
docs(displaying-data): add table of contents
2016-05-10 16:22:38 -07:00
Patrice Chalin
ef66e38e54
docs(dev guide): Update 'Component Styles' prose ( #1320 )
...
Reowork Ts prose and add Dart prose/code
+ Updates to docs and example code
(Starting point for Dart code was taken from #1171.)
2016-05-10 08:51:23 +01:00
Naomi Black
6d80a42bea
chore(hero): remove the ng-conf banner post-event
2016-05-09 23:23:11 -07:00
Rahul
17769df8f5
Typo in all-resources.jade ng-lightning
2016-05-09 23:17:57 -07:00
Terry Moore II
f3c83b0869
Rename fodlers to folders
2016-05-09 23:17:57 -07:00
Eric Jimenez
41677017ab
docs(resources, home): adjust resources page. Remove https on rangle, fix typo on ng-lightning
2016-05-09 23:17:57 -07:00
Eric Jimenez
c0f7818725
fix(docs landing): make docs landing responsive
2016-05-09 23:17:57 -07:00
Patrice Chalin
f30d71a3cc
docs(dev guide): cleanup of deprecated Jade mixin ( #1322 )
...
Replace uses of `liveExLinks` mixin and then deleted its definition.
2016-05-09 21:13:50 +01:00
Patrice Chalin
1c0218bc79
docs(dev guide): attribute-directives - move html excerpt to .html file ( #1313 )
...
Jade can’t parse inlined Angular adorned HTML properly, so it is best
to put such source in a file and include with `makeExample`.
2016-05-06 18:18:48 +01:00
Patrice Chalin
e958be24bf
docs(dev guide): attribute-directives - updated dart/ts code and new dart prose
...
Mainly copyedits and prep for extension
+ example code cleanup & bug fix
+ fix bug in default color initialization
2016-05-06 15:42:01 +01:00
Patrice Chalin
ac92e77611
docs(dev guide): lifecycle-hooks - updated dart/ts code and new dart prose
...
Mainly copyedits, but also
- Dart .jade extends TS .jade file with minor overrides
- Significant update of example code (so it matches the ts example in its
appearance and behavior).
- Tweaks to Dart code.
- A few extra/corrected mixin definitions in `_util-fns.jade`.
2016-05-06 14:17:34 +01:00
Patrice Chalin
ce6c645501
docs(dev guide): structural-directives - ts minor edits, dart first versiondocs(dev guide): structural-directives - ts minor edits, dart first version ( #1277 )
...
Copyedits and other minor edits for TS
+ first version of the chapter for Dart
2016-05-04 13:18:38 +01:00
Naomi Black
01aa15830d
chore(resources): more additions on resources
2016-05-03 18:47:45 -07:00
Foxandxss
81209a1d0b
docs(quickstart): update to new world
2016-05-03 17:34:48 -06:00
Ward Bell
b4f567458e
docs(ts/js): update to rc1
2016-05-03 17:29:00 -06:00
Ward Bell
6dfae3a407
docs(style-guide): fix some typos (missed one)
2016-05-03 16:29:21 -06:00
Foxandxss
8d5d614c42
docs(style-guide): fix some typos
...
closes #1275
2016-05-03 16:26:40 -06:00
Tero Parviainen
da45504907
docs(pipes): change description for parameters to reflect change in beta.16
...
closes #1197
2016-05-03 16:15:15 -06:00
NFM
fea2d1f0f6
docs(quickstart.jade): Modify "Typescript type definition file" link up-to-date url
...
closes #1262
2016-05-03 16:05:01 -06:00
Michel D'HOOGE
44f63f9907
docs(npm-packages): typo ES6 = ES2015
...
closes #1263
2016-05-03 16:02:16 -06:00
Dan Smith
59c1e1def4
docs(quickstart): fix misplaced close paren
2016-05-03 17:54:54 -04: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
f513ee83c7
docs(samples): removed unused typings excludes from tsconfig
2016-05-03 01:45:27 -06:00
Foxandxss
3f50248940
docs(style-guide): revisions for New World (repack)
...
closes #1260
2016-05-03 00:42:02 -06:00
Ward Bell
cadd6c9823
docs: switch to commonjs module generation
2016-05-03 00:01:55 -06:00
Ward Bell
3d5302adce
chore: update to rc.0
2016-05-02 19:57:28 -07:00
Robert Messerle
49908bb1b4
converts docs landing template to use layout classnames rather than attribute syntax
2016-05-02 19:55:59 -07:00
Eric Jimenez
5ce56598f5
feat(docs landing): new docs landing
2016-05-02 19:55:59 -07:00
Naomi Black
80e542cca9
chore(copyedit): copyedits to feature page text
2016-05-02 17:46:49 -07:00
Eric Jimenez
c5309e9195
feat(features: update features section)
2016-05-02 15:41:21 -07:00
Naomi Black
f96c0c7d77
chore(hero): update hero banner for ngconf livestream
2016-05-02 15:08:00 -07:00
Eric Jimenez
410b3741f7
feat(images): new frontpage as directed by Alex Wolfe. New images from Fatima Remtullah
2016-05-02 13:03:13 -07:00
Naomi Black
68503b9e41
chore(updates): update resources and livestream hero
2016-05-02 12:02:48 -07:00
Foxandxss
d941353957
docs(style-guide): fix merge issues
...
closes #1244
2016-05-02 08:57:35 -07:00
Foxandxss
66764fec7e
docs: fix a few typos
...
closes #1239
2016-05-01 16:17:05 -07:00
John Papa
bbd7d79a76
docs(style-guide): add style-guide - v.6
2016-05-01 16:08:45 -07:00
Foxandxss
f4223c7049
docs(lifecycle-hooks): update directive selector to camelCase
...
closes #1236
2016-05-01 15:19:12 -07:00
Foxandxss
6c0c6357a9
docs: rename heros to heroes
2016-05-01 23:04:47 +02:00
John Papa
ddfbbb5ebb
docs(style-guide): add style-guide - v.5
2016-04-30 23:03:19 -07:00
Patrice Chalin
3aa533f61b
chore(dart): pipes example rolled back to beta.15
...
The pipes example stopped working in beta.16; roll it back to the
last known working version.
See earlier commit for code changes necessary in support of beta.16:
https://github.com/angular/angular.io/commit/0557c728d75e519bc6846b37492
414dff540c6ee
2016-04-30 15:06:00 +01:00
Patrice Chalin
ff20b55975
chore(dart & ts): update to beta.17
...
Change `ngFor=“#…”` to `ngFor=“let…` in code. All are .dart files
except for `app_component.html` which also has changes for:
- `<inpuf var-foo…`> to `<input ref-foo…>`
- `#docregion` tag name updates from var-foo to ref-foo.
- Other misc updates to minimize diffs with TS version of file,
whitespace differences were ignored.
+ Minor update to sync up Dart prose with TS prose.
+ Used
https://github.com/angular/angular/wiki/Angular-2-Dart-Transformer#resol
ved_identifiers to solve
https://github.com/angular/angular.io/issues/1033
Guide/pipes not updated as it will be rolled back to
beta.15 in PR #1220 .
2016-04-30 15:01:16 +01:00
Naomi Black
d313e1f93c
chore(presskit): make reuse permissions more clear
2016-04-29 23:05:31 -07:00
Naomi Black
62623d5f9b
chore(resources): update resources links and header and footer
2016-04-29 22:57:18 -07:00
Eric Jimenez
6ab29e0a07
feat(resources): add more pages. Increase font size. Rename in footer. All encompassing resource page
2016-04-29 21:48:07 -07:00
Stephen Fluin
798a55b6f7
chore(bio): Added bio for Stephen Fluin
2016-04-29 17:25:46 -07:00
Eric Jimenez
36308fe5f6
fix(footer): use cursor pointer on feedback in footer
2016-04-29 17:25:19 -07:00
Eric Jimenez
af9793cbbb
feat(resources): add more pages. Increase font size. Rename in footer. All encompassing resource page
2016-04-29 20:07:13 -04:00
Eric Jimenez
083842a1b1
feat(resources): add more pages
2016-04-29 18:02:19 -04:00
Eric Jimenez
d8fcd5ef3d
feat(nav reorg): reorganize footer and top nav
2016-04-28 19:23:13 -07:00
Eric Jimenez
ff985c7059
feat(press kit): press kit with logos
2016-04-28 19:22:36 -07:00
Filipe Silva
ebc022e475
docs: update prose for the `let` change to ngFor
2016-04-28 18:37:45 -07:00
Filipe Silva
216120daba
chore: update to beta.17
...
closes #1213 , 1205
2016-04-28 18:31:00 -07:00
Patrice Chalin
1e64d9e57a
docs(guide/dart): hierarchical-dependency-injection without copying
...
closes #1207
This uses a simpler way to render Dart prose from TS prose without
making a copy. This will make it _much_ easier to keep the two in sync.
2016-04-28 17:03:28 -07:00
Patrice Chalin
0557c728d7
chore(dart): updating to beta.16
...
closes #1192
Updated docs and samples to beta.16.
For this first time, among other things, I payed particular attention
to the changes that were made on the `ts` side of things
(https://github.com/angular/angular.io/pull/1178 ). Since I wrote it up
in my notes, here is the check list of `ts` updates with notes about
how there might be corresponding changes on the Dart side:
- public/docs/_examples/cb-dependency-injection/ts/app/main.ts
- public/docs/_examples/cb-ts-to-js/ts/app/main.ts
- cb not in Dart docs yet.
- public/docs/_examples/dependency-injection/ts/app/car/car-injector.ts
-
public/docs/_examples/dependency-injection/ts/app/injector.component.ts
- Updated Dart example code to avoid null argument.
- public/docs/_examples/homepage-hello-world/ts/index.1.html
- public/docs/_examples/homepage-tabs/ts/index.1.html
- public/docs/_examples/homepage-todo/ts/index.1.html
- public/docs/_examples/package.json
- N/A for Dart.
- public/docs/_examples/pipes/ts/app/app.component.html
- public/docs/_examples/pipes/ts/app/app.component.ts
- public/docs/_examples/pipes/ts/app/exponential-strength.pipe.ts
- public/docs/_examples/pipes/ts/app/fetch-json.pipe.ts
- public/docs/_examples/pipes/ts/app/random-pipe.component.ts
- Dart version of sample code is incomplete, but did run in beta.15.
- Example no longer runs, see
https://github.com/angular/angular/issues/8258
- public/docs/_examples/quickstart/js/package.1.json
- public/docs/_examples/quickstart/ts/package.1.json
- public/docs/_examples/router/ts/app/main.2.ts
- public/docs/_examples/testing/ts/app/mock-router.ts
- N/A for Dart.
- public/docs/js/latest/_data.json
- public/docs/ts/latest/_data.json
- Dart equivalent updated.
- public/docs/ts/latest/guide/dependency-injection.jade
- No need to update since it imports the TS version.
- public/docs/ts/latest/guide/pipes.jade
- Not in Dart prose yet.
- tools/plunker-builder/indexHtmlTranslator.js
- N/A for Dart.
2016-04-28 15:32:16 -07:00
John Papa
d5e909bde0
docs(style-guide): add style-guide - v.4
2016-04-28 00:52:20 -07:00
Eric Jimenez
1ac2a42308
chore(not yet documented): remove placeholder to reduce noise
2016-04-27 12:55:27 -04:00
Naomi Black
a9730db70d
events(i/o): add google i/o to events page
2016-04-26 23:32:39 -07:00
Ward Bell
b5ffe70579
docs(testing): simplify extracting directive
2016-04-26 22:03:07 -07:00
Ward Bell
4bbaac127d
docs(testing) adapt sample code to beta.16 breaking changes
2016-04-26 21:38:02 -07:00
Naomi Black
097505b4e8
docs(title): update a parenthetical comment in the title cookbook
2016-04-26 10:55:31 -07:00
Eric Jimenez
fbeef5b8ee
fix(badge align): fix alignment of badges on all screens. Simplify logic to achieve this
2016-04-26 10:53:53 -07:00
Eric Jimenez
d502b1f5aa
chore(logo): replace logo on front page, one which removes beta markings. Include more logo assets
2016-04-26 10:53:37 -07:00
Ward Bell
1dd9c6bfc5
docs(samples): add lodash to samples package.json
2016-04-26 09:45:52 -07:00
Filipe Silva
0a606a1b41
chore(ts): updating to beta.16
2016-04-26 00:22:25 -07:00
John Papa
3bc94147a7
docs(style-guide): add style-guide - v.3
...
closes #1170
2016-04-25 22:24:37 -07:00
Ward Bell
269269a54d
chore: revert `sendKeys` change from e1862887
...
closes #1175
2016-04-25 15:49:38 -07:00
Eric Jimenez
8f158f2241
docs(sidenav reorg): remove glossary and cheatsheet from REFERENCE. Move glossary to BASICS. Rename REFERENCE to API REFERENCE
2016-04-25 14:10:57 -07:00
thso
085e495c07
Merge pull request #1164 from kwalrath/hdi-dds
...
docs(dart): proposed text for linking to Dart samples
2016-04-25 22:09:31 +01:00
Ward Bell
c9efac746c
docs(style-guide): add style-guide - v.2
2016-04-25 09:18:23 -07:00
Kathy Walrath
7a0d2f6956
docs(dart): proposed text for linking to Dart samples
...
This PR uses hierarchical-dependency-injection as the guinea pig. The text is similar to what's used in copyedited TS pages such as https://angular.io/docs/ts/latest/guide/displaying-data.html .
2016-04-25 02:48:08 -07:00
Ben Nadel
c9d405062d
docs(cb-set-document-title): new "Set Title" cookbook chapter
...
closes #1069
2016-04-23 14:56:56 -07:00
unexge
634e50aaca
docs(architecture): small tweaks
...
closes #1101
2016-04-23 14:44:38 -07:00
Foxandxss
be90e27fc6
docs(dynamic-form): fix link from js to ts
...
closes #1136
2016-04-23 14:33:50 -07:00
Patrice Chalin
11b6fefa7b
docs(guide/ts): hierarchical-dependency-injection copyedits
...
closes #1146
Copyedits found during creation of Dart version.
2016-04-23 14:26:36 -07:00
Foxandxss
4097c67b59
chore: rename Elvis to safe navigation operator
...
closes #1139
2016-04-23 14:22:57 -07:00
Ward Bell
0e63b1f39b
chore: "Doc" menu retains current language #1060
2016-04-22 19:59:37 -07:00
Patrice Chalin
9ec291d63d
docs(guide/dart): hierarchical-dependency-injection
...
* A full first version of the prose. Makes use of Dart example, of
course.
* Tweaks to Dart example code; manually tested in Dartium under checked
mode.
closes #1142
2016-04-22 16:56:27 -07:00
alexwolfe
165f6933a6
Fixed shifting content on page load
...
Fixed shifting content when going from page to page in docs.
2016-04-22 15:49:10 -07:00
Eric Jimenez
9787a9ffb8
docs(static methods): fix style of static methods in api doc. anchoring works now
2016-04-22 17:13:05 -04:00
Eric Jimenez
baf84a48e8
docs(static methods): fix style of static methods in api doc. anchoring works now
2016-04-22 17:03:34 -04:00
Ward Bell
e1862887ae
docs(testing): more testing samples and infrastructure setup
...
added wallaby config; revised karma-test-shim
2016-04-22 13:24:44 -07:00
Eric Jimenez
b130056613
docs(sidenav): Restylize sidenav
2016-04-22 14:56:43 -04:00
Eric Jimenez
c932eec801
docs(code color fix): restored old color for code in parts that are not the api doc, use the same styling for all links in entire site
2016-04-21 12:03:12 -04:00
Aristeidis Bampakos
8a49b4a41c
docs(component-styles): Small typo fixes
...
Small typo fixes
2016-04-20 13:16:22 -07:00
Aristeidis Bampakos
c9b66ea04d
docs(upgrade): Small typo fix
...
Small typo fix
2016-04-20 13:15:50 -07:00
Foxandxss
e039c6f718
docs(toh): remove @Input decorator in part 5
2016-04-20 13:15:14 -07:00
Eric Jimenez
3dd114d0df
docs(class overview): list instance and static members with in-page hyperlinks. Also link constructor when present. Focus member on click. Badges look better in viewports of 600px or less
2016-04-20 13:14:18 -07:00
Kathy Walrath
9b9e6ddf0f
samples(dart): tweak template-syntax sample
...
closes #1130
2016-04-20 11:28:42 -07:00
Naomi Black
6971269235
news(april): update for new blog post april 16
2016-04-19 22:15:16 -07:00
dfsq
a1678e5801
Align initial dropdown styles with .md-button styles.
...
Closes #963
2016-04-19 21:50:53 -07:00
Eric Jimenez
c934fb704f
docs(badges): add badges in hero to identify doc type to viewer, and stability. Stylize var.template for new api style docs. Add stable, experimental, docsNotRequired tagdef in dgeni
2016-04-19 20:49:48 -07:00
Kara
258014c9de
docs(forms): fix bootstrap typo
2016-04-19 20:48:21 -07:00
Naomi Black
89b49c8bae
links(test): fix broken links in the devguide
2016-04-19 19:02:34 -07:00
Naomi Black
6d13db472a
chore(links): make links to API docs relative
2016-04-19 17:44:38 -07:00
Eric Jimenez
995229a44c
override column layout in extra small screens, fixes issue with overlapping text in api docs with safari mobile.
2016-04-18 17:38:55 -07:00
Eric Jimenez
cb0a4a7fe0
remove only the last white space in class export, not all
2016-04-18 15:33:24 -07:00
thso
42ba93d6ec
samples(dart): add a `docsync` file to the displaying-data example
...
closes #1113
2016-04-18 13:48:58 -07:00
thso
2a078d08f4
samples(dart): add a `docsync` file to the user-input example
...
closes #1114
2016-04-18 13:47:07 -07:00
thso
bea2ba7a6d
Add a `docsync` file to the forms example. ( #1115 )
2016-04-18 13:45:32 -07:00
thso
0d362e196b
Add a `docsync` file to the dependency-injection example. ( #1116 )
2016-04-18 13:44:48 -07:00