Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 543863b

Browse files
taisphchirayuk
authored andcommitted
Fix HashMap undefined due to missing import
Closes #1280
1 parent 34e2259 commit 543863b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/core/parser/static_parser.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
library angular.core.parser.static_parser;
22

3+
import 'dart:collection';
4+
35
import 'package:angular/cache/module.dart' show CacheRegister;
46
import 'package:angular/core/annotation_src.dart' show Injectable;
57
import 'package:angular/core/module_internal.dart' show FormatterMap;

0 commit comments

Comments
 (0)