Patrice Chalin
0ba3d5d8d6
docs(dart/{quickstart,toh-[56]}): fix project names ( #1773 )
...
- Renamed `angular2_getting_started` to `angular2_quickstart` (to match
TS).
- s/-/_/g in project names elsewhere (only toh-5 & -6 needed to be
updated).
Fixes #378 .
2016-07-01 11:05:45 -07:00
Naomi Black
314ff5627b
chore(version): update the version to rc4
2016-06-30 13:08:08 -07:00
Patrice Chalin
7d50fa9302
post-review updates
...
Also cleaned up `makeExample`s (changing most to `makeExcerpt`).
2016-06-30 13:04:55 -07:00
Patrice Chalin
705d8c50fd
docs(security): proofread prose, app now shows good and bad
...
- App now shows how Angular handles untrusted URLs and resources
- E2e test covered new functionality
- Copyedits to prose
- Updated provider expressions to use latest syntax
The original security feature tracker:
https://github.com/angular/angular/issues/8511
2016-06-30 13:04:55 -07:00
Foxandxss
909f230cc7
update router to beta.1
2016-06-30 13:04:04 -07:00
Filipe Silva
aa8ab52937
chore: update to rc.4
2016-06-30 12:40:01 -07:00
eltronix
19d2e4ef4c
Fixed typo
2016-06-30 11:51:53 -07:00
Zhimin YE (Rex)
43f400487e
docs(router): explicit explaination of terminal property
2016-06-30 11:51:39 -07:00
eltronix
bc0cb52851
Fixed typo
2016-06-29 12:28:24 -07:00
eltronix
2bd79e8482
Fixed Rendering error
2016-06-29 12:27:44 -07:00
priestch
b21c90c358
fix(doc): fix 404 problem of some api url
2016-06-28 22:25:24 -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
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
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
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
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
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
Naomi Black
787c0a2f36
docs(router): Hide deprecated router docs
2016-06-16 16:43:05 -07:00
Brandon Roberts
c61d8195f3
docs(router): update developer guide to new v.3 router
2016-06-16 13:24:49 -07:00
Naomi Black
a35e0fd4ef
chore(docs): bump version to RC on boilerplate
2016-06-15 16:14:50 -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
Tero Parviainen
bead3620df
docs(animate): add animations documentation
2016-06-15 15:14:45 -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
Deborah Kurata
e7f3fc61ce
docs(cb-vs2015) new cookbook for Visual Studio 2015 QuickStart
...
closes #1502
2016-06-13 23:55:14 -07:00
Patrice Chalin
ca2e5c5d1d
docs(toh-4/ts): copyedits
...
closes #1638
2016-06-13 11:40:30 -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