Help Page
This commit is contained in:
parent
154d812cc1
commit
426496c023
|
@ -9,7 +9,7 @@
|
|||
|
||||
ul.text-body
|
||||
li <a href="/"> Angular 2.0</a>
|
||||
li <a href="https://angularjs.org/"> Angular 1.X</a>
|
||||
li <a href="https://angularjs.org/"> Angular JS 1.X</a>
|
||||
li <a href="https://angulardart.org/"> Angular Dart 1.X</a>
|
||||
li <a href="https://material.angularjs.org"> Angular Material</a>
|
||||
li <a href="https://www.firebase.com/docs/web/libraries/angular/"> AngularFire</a>
|
||||
|
|
|
@ -1 +1,14 @@
|
|||
H1 API
|
||||
.l-main-section
|
||||
h2 Developer Preview
|
||||
|
||||
p.
|
||||
The Angular 2.0 API is currently in active development and not production ready.
|
||||
This page will showcase a preview of proposed methods to help further the discussion
|
||||
in the development community.
|
||||
|
||||
.l-sub-section
|
||||
h3 Angular 1.X for Production
|
||||
p.
|
||||
If you're building a production app today, please
|
||||
<a href="https://docs.angularjs.org/api">use Angular 1.X</a>.
|
||||
These versions of Angular are production ready and available today.
|
||||
|
|
|
@ -1 +1,33 @@
|
|||
h1 Help & Support
|
||||
.l-main-section
|
||||
h2 Get Help Using Angular
|
||||
|
||||
p.
|
||||
We have an incredible community of developers who are passionate about solving problems.
|
||||
We reccomend some of the following methods to get help with Angular.
|
||||
|
||||
|
||||
.l-sub-section
|
||||
h3 Angular Google Group
|
||||
|
||||
ul
|
||||
li Search the archive first, it's likely that your question was already answered.
|
||||
li To avoid the spam moderation queue, don't include code directly in your email. (See #3)
|
||||
li Linking to a live code example that demonstrates your problem or question will get you an answer faster. <a href="http://plnkr.co/edit/rQvx8CXtmkCKR89jWn8T">Use this template</a>.
|
||||
li If you get help, help others. Good karma rulez!
|
||||
|
||||
a(href="https://groups.google.com/forum/#!forum/angular" class="button button-primary" md-button) View the Google Group
|
||||
|
||||
.l-sub-section
|
||||
h3 Angular Chat Room
|
||||
|
||||
p Talk in real time with other Angular developers.
|
||||
|
||||
a(href="http://webchat.freenode.net/?channels=angularjs&uio=d4" class="button button-primary" md-button) View the Chat Room
|
||||
|
||||
|
||||
.l-sub-section
|
||||
h3 Report an Issue
|
||||
|
||||
p If your run into an issue or have a feature request, you can create a new issue on our github repostitory.
|
||||
|
||||
a(href="https://github.com/angular/angular.js/issues" class="button button-primary" md-button) Report an Issue
|
||||
|
|
Loading…
Reference in New Issue