15 lines
378 B
YAML
15 lines
378 B
YAML
|
name: structural_directives
|
||
|
description: Structural directives example
|
||
|
version: 0.0.1
|
||
|
environment:
|
||
|
sdk: '>=1.13.0 <2.0.0'
|
||
|
dependencies:
|
||
|
angular2: 2.0.0-beta.1
|
||
|
browser: ^0.10.0
|
||
|
dart_to_js_script_rewriter: ^0.1.0
|
||
|
transformers:
|
||
|
- angular2:
|
||
|
platform_directives: 'package:angular2/common.dart#CORE_DIRECTIVES'
|
||
|
entry_points: web/main.dart
|
||
|
- dart_to_js_script_rewriter
|