eafd7db119
* chore(ng2/dart): update from beta.1x to beta.18 Update made to all `pubspec.yaml` files and to relevant prose. Note that pipes was back a beta.15; the rest were at beta.17. * chore(pipes/dart): update ngFor microsyntax and transform method param Updates to pipe example source code: - Pipe `transform()` method parameters - `ngFor` microsyntax, from `#` to `let`
18 lines
444 B
YAML
18 lines
444 B
YAML
name: angular2_io
|
|
description: Angular 2 for Dart Website
|
|
version: 0.0.1
|
|
environment:
|
|
sdk: '>=1.13.0 <2.0.0'
|
|
dependencies:
|
|
angular2: 2.0.0-beta.18
|
|
browser: ^0.10.0
|
|
dart_to_js_script_rewriter: ^1.0.1
|
|
transformers:
|
|
- angular2:
|
|
platform_directives:
|
|
- 'package:angular2/common.dart#COMMON_DIRECTIVES'
|
|
platform_pipes:
|
|
- 'package:angular2/common.dart#COMMON_PIPES'
|
|
entry_points: web/main.dart
|
|
- dart_to_js_script_rewriter
|