|
| 1 | +// ignore_for_file: library_prefixes,unused_import,no_default_super_constructor_explicit |
| 2 | +// The .template.dart files also export the user code. |
| 3 | +export 'dynamic_expressions.dart'; |
| 4 | + |
| 5 | +// Required for referencing runtime code. |
| 6 | +import 'dart:html' as _html; |
| 7 | +import 'package:angular/angular.dart' as _ng; |
| 8 | +import 'package:angular/src/core/change_detection/directive_change_detector.dart' as _ng; |
| 9 | +import 'package:angular/src/core/linker/app_view.dart' as _ng; |
| 10 | + |
| 11 | +// Required for specifically referencing user code. |
| 12 | +import 'dynamic_expressions.dart'; |
| 13 | + |
| 14 | +// Required for "type inference" (scoping). |
| 15 | +import 'package:angular/angular.dart'; |
| 16 | + |
| 17 | +// For @Component class Comp1. |
| 18 | +external List<dynamic> get styles$Comp1; |
| 19 | +external _ng.ComponentFactory<Comp1> get Comp1NgFactory; |
| 20 | +external _ng.AppView<Comp1> viewFactory_Comp10(_ng.AppView<dynamic> parentView, int parentIndex); |
| 21 | +class ViewComp10 extends _ng.AppView<Comp1> { |
| 22 | + external ViewComp10(_ng.AppView<dynamic> parentView, int parentIndex); |
| 23 | +} |
| 24 | +// For @Component class Comp2. |
| 25 | +external List<dynamic> get styles$Comp2; |
| 26 | +external _ng.ComponentFactory<Comp2> get Comp2NgFactory; |
| 27 | +external _ng.AppView<Comp2> viewFactory_Comp20(_ng.AppView<dynamic> parentView, int parentIndex); |
| 28 | +class ViewComp20 extends _ng.AppView<Comp2> { |
| 29 | + external ViewComp20(_ng.AppView<dynamic> parentView, int parentIndex); |
| 30 | +} |
| 31 | +// For @Component class Comp3. |
| 32 | +external List<dynamic> get styles$Comp3; |
| 33 | +external _ng.ComponentFactory<Comp3> get Comp3NgFactory; |
| 34 | +external _ng.AppView<Comp3> viewFactory_Comp30(_ng.AppView<dynamic> parentView, int parentIndex); |
| 35 | +class ViewComp30 extends _ng.AppView<Comp3> { |
| 36 | + external ViewComp30(_ng.AppView<dynamic> parentView, int parentIndex); |
| 37 | +} |
| 38 | +// For @Component class Comp4. |
| 39 | +external List<dynamic> get styles$Comp4; |
| 40 | +external _ng.ComponentFactory<Comp4> get Comp4NgFactory; |
| 41 | +external _ng.AppView<Comp4> viewFactory_Comp40(_ng.AppView<dynamic> parentView, int parentIndex); |
| 42 | +class ViewComp40 extends _ng.AppView<Comp4> { |
| 43 | + external ViewComp40(_ng.AppView<dynamic> parentView, int parentIndex); |
| 44 | +} |
| 45 | +// For @Component class Comp5. |
| 46 | +external List<dynamic> get styles$Comp5; |
| 47 | +external _ng.ComponentFactory<Comp5> get Comp5NgFactory; |
| 48 | +external _ng.AppView<Comp5> viewFactory_Comp50(_ng.AppView<dynamic> parentView, int parentIndex); |
| 49 | +class ViewComp50 extends _ng.AppView<Comp5> { |
| 50 | + external ViewComp50(_ng.AppView<dynamic> parentView, int parentIndex); |
| 51 | +} |
| 52 | +// For @Component class Comp6. |
| 53 | +external List<dynamic> get styles$Comp6; |
| 54 | +external _ng.ComponentFactory<Comp6> get Comp6NgFactory; |
| 55 | +external _ng.AppView<Comp6> viewFactory_Comp60(_ng.AppView<dynamic> parentView, int parentIndex); |
| 56 | +class ViewComp60 extends _ng.AppView<Comp6> { |
| 57 | + external ViewComp60(_ng.AppView<dynamic> parentView, int parentIndex); |
| 58 | +} |
| 59 | +// For @Component class Comp7. |
| 60 | +external List<dynamic> get styles$Comp7; |
| 61 | +external _ng.ComponentFactory<Comp7> get Comp7NgFactory; |
| 62 | +external _ng.AppView<Comp7> viewFactory_Comp70(_ng.AppView<dynamic> parentView, int parentIndex); |
| 63 | +class ViewComp70 extends _ng.AppView<Comp7> { |
| 64 | + external ViewComp70(_ng.AppView<dynamic> parentView, int parentIndex); |
| 65 | +} |
| 66 | + |
| 67 | +external void initReflector(); |
0 commit comments