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
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
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
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
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
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
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
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
Naomi Black
62623d5f9b
chore(resources): update resources links and header and footer
2016-04-29 22:57:18 -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
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
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
John Papa
3bc94147a7
docs(style-guide): add style-guide - v.3
...
closes #1170
2016-04-25 22:24:37 -07:00
Ward Bell
0e63b1f39b
chore: "Doc" menu retains current language #1060
2016-04-22 19:59:37 -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
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
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
Kathy Walrath
b1acf37945
chore: remove angulardart.org link from footer
...
closes #1034
2016-04-01 11:54:10 -07:00
Naomi Black
a9cbba4178
bug(versionpicker): fix missing / in commit ee5096f
2016-03-18 01:57:35 -07:00
Peter Bacon Darwin
ee5096f916
fix(version-dropdown): allow deeper paths to API pages
...
This is a horrible hack but it works (for now).
Really this needs to be made generic to cope with any level of path.
Closes #970
2016-03-17 08:09:43 +00:00
Ward Bell
ed5effa503
docs: only allow 'Next Step' for *nextable* chapters
2016-03-03 17:59:36 -08:00
Naomi Black
aac7b43ba0
banner(angularattack): add homepage promo for angular attack
2016-03-02 14:54:15 -08:00
Ward Bell
95c34d27bc
docs: temporary TS-referencing chapters for gaps in JS/Dart
...
Also displays styleguide at language level
Fragmented glossary for JS & Dart
2016-03-01 11:22:04 -08:00
Naomi Black
d52c72a73a
chore(news): update posts and add twitter feed
2016-02-29 22:51:57 -08:00
Ward Bell
d59b05adde
docs(quickstart): quickstart revised with verbose mode toggle button
2016-02-28 13:10:15 -08:00
Jay Traband
3926d4202f
chore: move jade fragments into separate _fragments subdirs.
...
closes #842
2016-02-15 13:31:08 -08:00
Naomi Black
6c689671b2
events(new): add an events page to the site
2016-02-01 12:28:23 -08:00
Peter Bacon Darwin
af2e8001e5
feat(app): add and use `copy-button` and `copy-container` directives
...
Closes #728 and issue #720
This change let's users click on a button to automatically copy a code
block to the clipboard to make it easier to follow the guides and tutorials.
2016-01-21 22:38:19 -08:00
Jay Traband
45ac0ee37d
docs(tooling): new mixin for sharing jade files
...
merges #725
2016-01-19 15:43:47 -08:00
Teresa
e50e5e0950
Created News & Support pages, added links to main nav
2016-01-13 11:02:34 -08:00
Teresa
38492b603b
Moved feedback script to _scripts-include.jade
2016-01-13 11:02:34 -08:00
Teresa
0ddf63957c
Moved feedback script to _scripts-include.jade
2016-01-08 17:51:43 -08:00
Naomi Black
8e59fb41ce
chore(routing): host the license file on angular.io
2016-01-08 15:14:20 -08:00
Naomi Black
2e0dcc0bbc
chore(download): remove vestigial download link
2015-12-15 20:48:26 -08:00
Naomi Black
1832ca3253
chore(beta): remove 1.x from version dropdown
2015-12-15 20:08:24 -08:00
Naomi Black
a0345c103f
chore(seo): fix old site metadata
2015-12-15 20:00:36 -08:00
Robert Messerle
64f63167de
adds retina display support for hero background
...
updates logo to include 2.0 beta text
updates hero background image
2015-12-15 11:40:02 -08:00
Robert Messerle
d52d828bb6
adds `ng-cloak` across site
...
switches to minified version of angular
2015-12-15 01:02:41 -08:00
Robert Messerle
c5637fcfde
Updates homepage to include plunker demos
2015-12-14 21:09:17 -08:00
Robert Messerle
e8644676ae
Corrects the vertical alignment of the Feedback button in `main-nav`
2015-12-14 21:09:17 -08:00