mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
chore(angular): lint
This commit is contained in:
@ -10,7 +10,6 @@ export const appInitialize = (config: Config, doc: Document, zone: NgZone) => {
|
|||||||
return (): any => {
|
return (): any => {
|
||||||
const win: IonicWindow | undefined = doc.defaultView as any;
|
const win: IonicWindow | undefined = doc.defaultView as any;
|
||||||
if (win && typeof (window as any) !== 'undefined') {
|
if (win && typeof (window as any) !== 'undefined') {
|
||||||
|
|
||||||
setupConfig({
|
setupConfig({
|
||||||
...config,
|
...config,
|
||||||
_zoneGate: (h: any) => zone.run(h),
|
_zoneGate: (h: any) => zone.run(h),
|
||||||
|
Reference in New Issue
Block a user