Created
July 8, 2019 05:16
-
-
Save alexzuza/d32dd48ccb0e51f81d2ad68895a11551 to your computer and use it in GitHub Desktop.
t8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as i0 from '@angular/core'; | |
import * as i1 from './app.module'; | |
import * as i2 from '@angular/common'; | |
import * as i3 from './foo.component'; | |
import * as i4 from './app.component'; | |
import * as i5 from '@angular/platform-browser'; | |
import * as i6 from './foo.module'; | |
export const AppModuleNgFactory:i0.NgModuleFactory<i1.AppModule> = (null as any); | |
var _decl0_0:i2.NgClass = (<any>(null as any)); | |
var _decl0_1:i2.NgComponentOutlet = (<any>(null as any)); | |
var _decl0_2:i2.NgForOf<any> = (<any>(null as any)); | |
var _decl0_3:i2.NgIf = (<any>(null as any)); | |
// ... | |
var _decl0_28:i0.TemplateRef<any> = (<any>(null as any)); | |
var _decl0_29:i0.ElementRef<any> = (<any>(null as any)); | |
function _View_AppComponent_Host_1_0():void { | |
var _any:any = (null as any); | |
} | |
function _View_AppComponent_1_0():void { | |
var _any:any = (null as any); | |
const currVal_0:any = _decl0_12.title; | |
currVal_0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment