Skip to content

Commit

Permalink
chore: update to alpha 34
Browse files Browse the repository at this point in the history
  • Loading branch information
andresaraujo committed Aug 8, 2015
1 parent f7d330a commit 3bb5ce8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .packages
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Generate by pub on 2015-07-31 12:16:07.326.
# Generate by pub on 2015-08-08 14:26:40.412.
# This file contains a map from Dart package names to Dart package locations.
# Dart tools, including the Dart VM and Dart analyzer, rely on the content.
# AUTO GENERATED - DO NOT EDIT
analyzer:file:///Users/andres/.pub-cache/hosted/pub.dartlang.org/analyzer-0.25.0+1/lib/
angular2:file:///Users/andres/.pub-cache/hosted/pub.dartlang.org/angular2-2.0.0-alpha.33/lib/
angular2:file:///Users/andres/.pub-cache/hosted/pub.dartlang.org/angular2-2.0.0-alpha.34/lib/
args:file:///Users/andres/.pub-cache/hosted/pub.dartlang.org/args-0.13.2/lib/
barback:file:///Users/andres/.pub-cache/hosted/pub.dartlang.org/barback-0.15.2+4/lib/
browser:file:///Users/andres/.pub-cache/hosted/pub.dartlang.org/browser-0.10.0+2/lib/
Expand All @@ -16,7 +16,7 @@ html:file:///Users/andres/.pub-cache/hosted/pub.dartlang.org/html-0.12.1+1/lib/
intl:file:///Users/andres/.pub-cache/hosted/pub.dartlang.org/intl-0.12.4/lib/
logging:file:///Users/andres/.pub-cache/hosted/pub.dartlang.org/logging-0.11.1/lib/
matcher:file:///Users/andres/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.0+1/lib/
ng2_dart_quickstart:file:///Users/andres/.pub-cache/hosted/pub.dartlang.org/ng2_dart_quickstart-0.0.1/lib/
ng2_dart_quickstart:lib/
observe:file:///Users/andres/.pub-cache/hosted/pub.dartlang.org/observe-0.13.1+1/lib/
path:file:///Users/andres/.pub-cache/hosted/pub.dartlang.org/path-1.3.5/lib/
petitparser:file:///Users/andres/.pub-cache/hosted/pub.dartlang.org/petitparser-1.4.3/lib/
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ see https://www.dartlang.org/downloads
`pub serve`

#### open http://localhost:8080/


NOTE: Transformer is disabled due some issues in current alphas, it will be enabled in the future
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
browser: '>=0.10.0 <0.11.0'
angular2: '2.0.0-alpha.33'
#transformers:
# - angular2:
# entry_points: web/main.dart
angular2: '2.0.0-alpha.34'
transformers:
- angular2:
entry_points: web/main.dart
9 changes: 0 additions & 9 deletions web/main.dart
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
import 'package:angular2/bootstrap.dart';

// These imports will go away soon:
import 'package:angular2/src/reflection/reflection.dart' show reflector;
import 'package:angular2/src/reflection/reflection_capabilities.dart'
show ReflectionCapabilities;

import 'package:ng2_dart_quickstart/app.dart';

void main() {
// Temporarily needed.
reflector.reflectionCapabilities = new ReflectionCapabilities();

bootstrap(AppComponent);
}

0 comments on commit 3bb5ce8

Please sign in to comment.