Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
Sync with ae672fbe
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jul 3, 2018
1 parent 28fd970 commit 3ee2d0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,10 +1,10 @@
## Pipes

Welcome to the example app used in the
[Pipes](https://webdev-dartlang-org-dev.firebaseapp.com/angular/guide/pipes) page
of [Dart for the web](https://webdev-dartlang-org-dev.firebaseapp.com).
[Pipes](https://webdev.dartlang.org/angular/guide/pipes) page
of [Dart for the web](https://webdev.dartlang.org).

You can run a [hosted copy](https://webdev-dartlang-org-dev.firebaseapp.com/examples/pipes) of this
You can run a [hosted copy](https://webdev.dartlang.org/examples/pipes) of this
sample. Or run your own copy:

1. Create a local copy of this repo (use the "Clone or download" button above).
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Expand Up @@ -3,13 +3,13 @@ description: Pipes Example
version: 0.0.1

environment:
sdk: '>=2.0.0-dev.64.1 <2.0.0'
sdk: '>=2.0.0-dev.66.0 <2.0.0'

dependencies:
angular: ^5.0.0-alpha+15
angular_forms: ^2.0.0-alpha
angular: ^5.0.0-beta
angular_forms: ^2.0.0-beta

dev_dependencies:
build_runner: ^0.8.10
build_runner: ^0.9.0
build_test: ^0.10.2
build_web_compilers: ^0.4.0

0 comments on commit 3ee2d0e

Please sign in to comment.