Skip to content

Commit

Permalink
fix(angular): esm
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jul 10, 2018
1 parent f7c294e commit 0e68f17
Show file tree
Hide file tree
Showing 4 changed files with 3,131 additions and 2,048 deletions.
44 changes: 15 additions & 29 deletions angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion angular/src/app-initialize.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Config } from './providers/config';
import { defineCustomElements } from '@ionic/core';
// @ts-ignore
import { defineCustomElements } from '@ionic/core/dist/esm';
import { IonicWindow } from './types/interfaces';


Expand Down
Loading

0 comments on commit 0e68f17

Please sign in to comment.