chore(angular): lint

This commit is contained in:
Liam DeBeasi
2021-10-22 19:47:02 +00:00
parent 8d774de445
commit c425997cd8

View File

@ -10,7 +10,6 @@ export const appInitialize = (config: Config, doc: Document, zone: NgZone) => {
return (): any => {
const win: IonicWindow | undefined = doc.defaultView as any;
if (win && typeof (window as any) !== 'undefined') {
setupConfig({
...config,
_zoneGate: (h: any) => zone.run(h),