This repository was archived by the owner on Dec 4, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 875
[outdated] chore(dart/api): enable API doc generation for Dart #1589
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The proposed Angular 2 API does not yet have Dart-specific documentation. | ||
However, because the Dart and JavaScript APIs are generated from the same source, | ||
you might find the JavaScript API docs helpful: | ||
[ngio-issues]: https://github.com/angular/angular.io/issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about ngio-issues -> new-issue and use this URL:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about this:
https://github.com/angular/angular.io/issues/new?labels=dart,api&title=[Dart][API]
The title prefix is because not everyone has the permission to set the labels, so a title prefix is better than nothing.
Before pushing this, we need to do a few things:
|
0dda666
to
387d3d8
Compare
7 tasks
I like the new links. |
387d3d8
to
6466741
Compare
a8cdd1f
to
10bb876
Compare
10bb876
to
3cbac02
Compare
45564b6
to
5a9ce74
Compare
e0be818
to
6b83cee
Compare
cf0047c
to
bd46d38
Compare
bd46d38
to
bd89845
Compare
This is a first step of many that will incrementally introduce proper API docs for Dart.
bd89845
to
aeac367
Compare
A complete solution is on its way. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a first step of many that will incrementally introduce proper API docs for Dart. This first step enables rudimentary API pages for Dart (generated from the TS source but that will be using Dart API examples).