Skip to content

Commit 0e68f17

Browse files
committed
fix(angular): esm
1 parent f7c294e commit 0e68f17

File tree

4 files changed

+3131
-2048
lines changed

4 files changed

+3131
-2048
lines changed

angular/package-lock.json

Lines changed: 15 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular/src/app-initialize.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Config } from './providers/config';
2-
import { defineCustomElements } from '@ionic/core';
2+
// @ts-ignore
3+
import { defineCustomElements } from '@ionic/core/dist/esm';
34
import { IonicWindow } from './types/interfaces';
45

56

0 commit comments

Comments
 (0)