Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1365)

Unified Diff: third_party/pkg/angular/lib/core_dom/module.dart

Issue 148453003: Updating Angular version (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/pkg/angular/lib/core_dom/module.dart
diff --git a/third_party/pkg/angular/lib/core_dom/module.dart b/third_party/pkg/angular/lib/core_dom/module.dart
index 2f976f8043c5f7a1794c55ea853297d538a8eb72..b8a0af936d91773eeb8a6e2980ff9b5208ae1d43 100644
--- a/third_party/pkg/angular/lib/core_dom/module.dart
+++ b/third_party/pkg/angular/lib/core_dom/module.dart
@@ -8,7 +8,8 @@ import 'package:di/di.dart';
import 'package:perf_api/perf_api.dart';
import 'package:angular/core/module.dart';
-import 'package:angular/core/parser/parser_library.dart';
+import 'package:angular/core/parser/parser.dart';
+import 'package:angular/utils.dart';
part 'block.dart';
part 'block_factory.dart';
@@ -42,7 +43,6 @@ class NgCoreDomModule extends Module {
type(HttpDefaults);
type(HttpInterceptors);
type(BlockCache);
- type(GetterSetter);
type(BrowserCookies);
type(Cookies);
type(LocationWrapper);
« no previous file with comments | « third_party/pkg/angular/lib/core_dom/http.dart ('k') | third_party/pkg/angular/lib/core_dom/node_cursor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698