| 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);
|
|
|