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

docs(dart): upgrade to beta.22 #2494

Merged
merged 3 commits into from
Sep 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/docs/_examples/architecture/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: developer_guide_intro
description: Developer Guide Intro
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/attribute-directives/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: attribute_directives
description: Attribute directives example
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/component-styles/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: component_styles
description: Component Styles example
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/dependency-injection/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: dependency_injection
description: Dependency injection sample
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/displaying-data/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: displaying_data
description: Displaying Data
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/forms/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: hero_form
description: Form example
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: 'hierarchical_di'
description: Hierarchical dependency injection example
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/lifecycle-hooks/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: lifecycle_hooks
description: Lifecycle Hooks
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/pipes/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: pipe_examples
description: Pipes Example
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:angular2/core.dart';
// #docregion metadata
@Component(
selector: 'my-app',
template: '<h1>My First Angular 2 App</h1>')
template: '<h1>My First Angular App</h1>')
// #enddocregion metadata
// #docregion class
class AppComponent {}
4 changes: 2 additions & 2 deletions public/docs/_examples/quickstart/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: angular2_quickstart
description: QuickStart
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/server-communication/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: server_communication
description: Server Communication
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
http: ^0.11.3+3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- #docregion -->
<html>
<head>
<title>Angular 2 Http Demo</title>
<title>Angular Http Demo</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/structural-directives/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: structural_directives
description: Structural directives example
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>

<head>
<title>Angular 2 Structural Directives</title>
<title>Angular Structural Directives</title>
<link rel="stylesheet" href="styles.css">
<script defer src="main.dart" type="application/dart"></script>
<script defer src="packages/browser/dart.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/template-syntax/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: template_syntax
description: Template Syntax
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/toh-1/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: angular2_tour_of_heroes
description: Tour of Heroes
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/toh-1/dart/web/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Angular 2 Tour of Heroes</title>
<title>Angular Tour of Heroes</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">

Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/toh-2/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: angular2_tour_of_heroes
description: Tour of Heroes
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/toh-2/dart/web/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Angular 2 Tour of Heroes</title>
<title>Angular Tour of Heroes</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">

Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/toh-3/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: angular2_tour_of_heroes
description: Tour of Heroes
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/toh-3/dart/web/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Angular 2 Tour of Heroes</title>
<title>Angular Tour of Heroes</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">

Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/toh-4/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: angular2_tour_of_heroes
description: Tour of Heroes
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/toh-4/dart/web/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Angular 2 Tour of Heroes</title>
<title>Angular Tour of Heroes</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">

Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/toh-5/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: angular2_tour_of_heroes
description: Tour of Heroes
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/toh-5/dart/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- For testing in WebStorm use: -->
<!-- base href="/dart/web/" -->
<!-- #enddocregion base-href -->
<title>Angular 2 Tour of Heroes</title>
<title>Angular Tour of Heroes</title>
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- #enddocregion head -->
Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/toh-6/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: angular2_tour_of_heroes
description: Tour of Heroes
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
# #docregion additions
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
# #enddocregion additions
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/toh-6/dart/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<base href="/">
<title>Angular 2 Tour of Heroes</title>
<title>Angular Tour of Heroes</title>
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="styles.css">
Expand Down
4 changes: 2 additions & 2 deletions public/docs/_examples/user-input/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: user_input
description: User input example
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/dart/latest/_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "Angular Docs",
"subtitle": "Dart",
"menuTitle": "Docs Home",
"banner": "Angular release is <b>beta.21</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": "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."
},

"quickstart": {
Expand Down
4 changes: 2 additions & 2 deletions public/docs/dart/latest/quickstart.jade
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ block package-and-config-files
packages as dependencies, as well as the `angular2` transformer.
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).
Angular 2 is still changing, so provide an exact version: **2.0.0-beta.21**.
Angular 2 is still changing, so provide an exact version: **2.0.0-beta.22**.

[pubspec]: https://www.dartlang.org/tools/pub/pubspec.html

Expand Down Expand Up @@ -79,7 +79,7 @@ block run-app
block build-app
.alert.is-important
:marked
If you don't see **My First Angular 2 App**, make sure you've entered all the code correctly,
If you don't see **My First Angular App**, make sure you've entered all the code correctly,
in the [proper folders](#wrap-up),
and run `pub get`.

Expand Down
4 changes: 2 additions & 2 deletions public/docs/ts/_cache/quickstart.jade
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ p.
The **template** specifies the component's companion template,
written in an enhanced form of HTML that tells Angular how to render this component's view.

>Our template is a single line of HTML announcing "*My First Angular 2 App*".
>Our template is a single line of HTML announcing "*My First Angular App*".

>A more advanced template could contain data bindings to component properties
and might identify other application components which have their own templates.
Expand Down Expand Up @@ -556,7 +556,7 @@ block build-app
:marked
## Make some changes

Try changing the message to "My SECOND Angular 2 app".
Try changing the message to "My SECOND Angular app".
block server-watching
:marked
The TypeScript compiler and `lite-server` are watching.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: angular2_io
description: Angular 2 for Dart Website
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.21
angular2: 2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down