export class AppModule {
constructor(private upgrade: UpgradeModule) { }
public ngDoBootstrap() {
this.upgrade.bootstrap(document.getElementById('appMainController'),
['webapp'], { strictDi: false }
);
}
}
Table of Contents
With title
export class AppModule {
constructor(private upgrade: UpgradeModule) { }
public ngDoBootstrap() {
this.upgrade.bootstrap(document.getElementById('appMainController'),
['webapp'], { strictDi: false }
);
}
}
Adam Hodowany
Tags