Update most visible AngularDart pages to 2.0
This commit is contained in:
parent
b1917b800f
commit
e9d40ab2d7
@ -5,7 +5,8 @@ version: 0.0.1
|
|||||||
environment:
|
environment:
|
||||||
sdk: '>=1.19.0 <2.0.0'
|
sdk: '>=1.19.0 <2.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
angular2: 2.0.0-beta.22
|
angular2: ^2.0.0
|
||||||
|
dev_dependencies:
|
||||||
browser: ^0.10.0
|
browser: ^0.10.0
|
||||||
dart_to_js_script_rewriter: ^1.0.1
|
dart_to_js_script_rewriter: ^1.0.1
|
||||||
transformers:
|
transformers:
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"title": "Angular Docs",
|
"title": "Angular Docs",
|
||||||
"subtitle": "Dart",
|
"subtitle": "Dart",
|
||||||
"menuTitle": "Docs Home",
|
"menuTitle": "Docs Home",
|
||||||
"banner": "Angular release is <b>beta.22</b>. View the <a href='https://github.com/dart-lang/angular2/blob/master/CHANGELOG.md' target='_blank'>change log</a> to see enhancements, fixes, and breaking changes."
|
"banner": "AngularDart is <b>2.0</b>. View the <a href='https://github.com/dart-lang/angular2/blob/master/CHANGELOG.md' target='_blank'>change log</a> to see enhancements, fixes, and breaking changes."
|
||||||
},
|
},
|
||||||
|
|
||||||
"quickstart": {
|
"quickstart": {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"index" : {
|
"index" : {
|
||||||
"title" : "API 2.0 Preview"
|
"title" : "API Reference"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
:marked
|
:marked
|
||||||
> **WARNING:** API documentation is preliminary and subject to change.
|
> **Known issues:** The angular.io issue tracker contains [all known
|
||||||
|
|
||||||
> **Known issues:** Although this generated API reference displays Dart
|
|
||||||
APIs, individual pages sometimes describe TypeScript APIs accompanied with
|
|
||||||
TypeScript code. The angular.io issue tracker contains [all known
|
|
||||||
issues][api-issues]; if you notice others, please [report
|
issues][api-issues]; if you notice others, please [report
|
||||||
them][new-issue]. Thanks!
|
them][new-issue]. Thanks!
|
||||||
|
|
||||||
|
@ -30,7 +30,6 @@ block package-and-config-files
|
|||||||
packages as dependencies, as well as the `angular2` transformer.
|
packages as dependencies, as well as the `angular2` transformer.
|
||||||
It can also specify other packages and transformers for the app to use,
|
It can also specify other packages and transformers for the app to use,
|
||||||
such as [dart_to_js_script_rewriter](https://pub.dartlang.org/packages/dart_to_js_script_rewriter).
|
such as [dart_to_js_script_rewriter](https://pub.dartlang.org/packages/dart_to_js_script_rewriter).
|
||||||
Angular 2 is still changing, so provide an exact version: **2.0.0-beta.22**.
|
|
||||||
|
|
||||||
[pubspec]: https://www.dartlang.org/tools/pub/pubspec.html
|
[pubspec]: https://www.dartlang.org/tools/pub/pubspec.html
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user