Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 38e75c8

Browse files
kasperpeulenkwalrath
authored andcommitted
docs(help&support): create Dart version of help & support page
and link to the official slack channel closes #694
1 parent 615a8d4 commit 38e75c8

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

public/docs/dart/latest/help.jade

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,43 @@
1-
!= partial("../../_includes/_help")
1+
.l-main-section
2+
h2 Get Help Using Angular
3+
4+
p.
5+
We have an incredible community of developers who are passionate about solving problems.
6+
We recommend some of the following methods to get help with Angular.
7+
8+
9+
.l-sub-section
10+
h3 Angular Google Group
11+
12+
ol
13+
li.
14+
Search the archive first.
15+
It's likely that your question has already been answered.
16+
li.
17+
To avoid the spam moderation queue,
18+
don't include code directly in your email. (See #3)
19+
li.
20+
Link to a live code example that demonstrates your problem or question,
21+
so you'll get an answer faster.
22+
<a href="http://plnkr.co/edit/jISF8yxbVGmarpBbqsYW?p=preview">Use this template</a>.
23+
li.
24+
If you get help, help others. Good karma rulez!
25+
26+
a(href="https://groups.google.com/forum/#!forum/angular" class="button button-primary" md-button) View the Google Group
27+
28+
.l-sub-section
29+
h3 Angular Chat Room
30+
31+
p Talk in real time with other Angular developers on Slack.
32+
33+
a(href="http://dartlang-slack.herokuapp.com/" class="button button-primary" md-button) Join Dart on Slack
34+
35+
a(href="https://dartlang.slack.com/messages/angular2/" class="button button-primary" md-button) Go to the Angular channel
36+
37+
38+
.l-sub-section
39+
h3 Report an Issue
40+
41+
p If you run into an issue or have a feature request, you can create a new issue on our GitHub repository.
42+
43+
a(href="https://github.com/angular/angular/issues" class="button button-primary" md-button) Report an Issue

0 commit comments

Comments
 (0)