1- import 'zone.js/dist/zone' ;
2- import * as i0 from '@angular/core' ;
3- import { Component , NgModule } from '@angular/core' ;
1+ require ( 'zone.js/dist/zone' ) ;
2+ const i0 = require ( '@angular/core' ) as any ;
43import { BrowserModule } from '@angular/platform-browser' ;
54
65// The injector used to create custom elements from Angular components
76class AppComponent {
87}
8+ // @ts -ignore
99AppComponent . ɵfac = function AppComponent_Factory ( t ) { return new ( t || AppComponent ) ( ) ; } ;
10+ // @ts -ignore
1011AppComponent . ɵcmp = /*@__PURE__ */ i0 . ɵɵdefineComponent ( { type : AppComponent , selectors : [ [ "app-root" ] ] , decls : 0 , vars : 0 , template : function AppComponent_Template ( rf , ctx ) { } , encapsulation : 2 } ) ;
11- ( function ( ) { ( typeof ngDevMode === "undefined" || ngDevMode ) && i0 . ɵsetClassMetadata ( AppComponent , [ {
12- type : Component ,
12+ ( function ( ) { // @ts -ignore
13+ ( typeof ngDevMode === "undefined" || ngDevMode ) && i0 . ɵsetClassMetadata ( AppComponent , [ {
14+ type : i0 . Component ,
1315 args : [ {
1416 selector : 'app-root' ,
1517 template : ``
@@ -19,15 +21,20 @@ AppComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AppComponent,
1921class AppModule {
2022 ngDoBootstrap ( ) { }
2123}
24+ // @ts -ignore
2225AppModule . ɵfac = function AppModule_Factory ( t ) { return new ( t || AppModule ) ( ) ; } ;
26+ // @ts -ignore
2327AppModule . ɵmod = /*@__PURE__ */ i0 . ɵɵdefineNgModule ( { type : AppModule } ) ;
28+ // @ts -ignore
2429AppModule . ɵinj = /*@__PURE__ */ i0 . ɵɵdefineInjector ( { imports : [ [ BrowserModule ] ] } ) ;
25- ( function ( ) { ( typeof ngDevMode === "undefined" || ngDevMode ) && i0 . ɵsetClassMetadata ( AppModule , [ {
26- type : NgModule ,
30+ ( function ( ) { // @ts -ignore
31+ ( typeof ngDevMode === "undefined" || ngDevMode ) && i0 . ɵsetClassMetadata ( AppModule , [ {
32+ type : i0 . NgModule ,
2733 args : [ {
2834 imports : [ BrowserModule ]
2935 } ]
3036} ] , null , null ) ; } ) ( ) ;
31- ( function ( ) { ( typeof ngJitMode === "undefined" || ngJitMode ) && i0 . ɵɵsetNgModuleScope ( AppModule , { imports : [ BrowserModule ] } ) ; } ) ( ) ;
37+ ( function ( ) { // @ts -ignore
38+ ( typeof ngJitMode === "undefined" || ngJitMode ) && i0 . ɵɵsetNgModuleScope ( AppModule , { imports : [ BrowserModule ] } ) ; } ) ( ) ;
3239
3340export { AppComponent , AppModule } ;
0 commit comments