Index: third_party/pkg/angular/lib/core/service.dart |
diff --git a/third_party/pkg/angular/lib/core/service.dart b/third_party/pkg/angular/lib/core/service.dart |
deleted file mode 100644 |
index c934e3a3ae73bd49e4380cc96e7c7a0a45cc95e9..0000000000000000000000000000000000000000 |
--- a/third_party/pkg/angular/lib/core/service.dart |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-library angular.core.service; |
- |
-/** |
- * An annotation when applied to a class indicates that the class (service) will |
- * be instantiated by di injector. |
- */ |
-class NgInjectableService { |
- const NgInjectableService(); |
-} |