Skip to content

Commit b5e835a

Browse files
Pete Bloismhevery
Pete Blois
authored andcommitted
fix(application_factory): add missing @MirrorsUsed targets
A couple of types were missing for @MirrorsUsed when compiling with dart2js and using the dynamic app. Closes dart-archive#911
1 parent cdc89c4 commit b5e835a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/application_factory.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ import 'dart:html';
3939
'angular.perf',
4040
'angular.directive',
4141
'angular.routing',
42+
'angular.core.annotation_src',
4243
'angular.core.parser.Parser',
4344
'angular.core.parser.dynamic_parser',
4445
'angular.core.parser.lexer',
46+
'angular.core_dynamic.DynamicMetadataExtractor',
4547
'perf_api',
4648
List,
4749
NodeTreeSanitizer,

0 commit comments

Comments
 (0)