fix(angular): esm

This commit is contained in:
Manu Mtz.-Almeida
2018-07-10 10:57:23 +02:00
parent f7c294e569
commit 0e68f17f6f
4 changed files with 3092 additions and 2009 deletions

View File

@@ -80,11 +80,11 @@
}
},
"@ionic/core": {
"version": "4.0.0-alpha.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-4.0.0-alpha.7.tgz",
"integrity": "sha512-nJHEwA1qcQ8vlW/BjtkX54DCzY0fF093cOEHsRrA4jJQjmW0pIplK8KjMSOK5mzqYkJxL2lIPE5ihYBoCkmxWA==",
"version": "4.0.0-alpha.8",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-4.0.0-alpha.8.tgz",
"integrity": "sha512-BzrTXjPbCVcroOxYKlVYQrFQ+j1FEutY9eSdKfQ/YOLPsH9TV17uZWyFCzMpNFPJcomMtF3Lo4jk00N2cp4Oxw==",
"requires": {
"ionicons": "^4.1.1"
"ionicons": "4.2.4"
}
},
"@samverschueren/stream-to-observable": {
@@ -641,14 +641,12 @@
"balanced-match": {
"version": "1.0.0",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@@ -663,20 +661,17 @@
"code-point-at": {
"version": "1.1.0",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"console-control-strings": {
"version": "1.1.0",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"core-util-is": {
"version": "1.0.2",
@@ -793,8 +788,7 @@
"inherits": {
"version": "2.0.3",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"ini": {
"version": "1.3.5",
@@ -806,7 +800,6 @@
"version": "1.0.0",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@@ -821,7 +814,6 @@
"version": "3.0.4",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
@@ -829,14 +821,12 @@
"minimist": {
"version": "0.0.8",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"minipass": {
"version": "2.2.4",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"safe-buffer": "^5.1.1",
"yallist": "^3.0.0"
@@ -855,7 +845,6 @@
"version": "0.5.1",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"minimist": "0.0.8"
}
@@ -936,8 +925,7 @@
"number-is-nan": {
"version": "1.0.1",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"object-assign": {
"version": "4.1.1",
@@ -949,7 +937,6 @@
"version": "1.4.0",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"wrappy": "1"
}
@@ -1071,7 +1058,6 @@
"version": "1.0.2",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
@@ -1275,9 +1261,9 @@
}
},
"ionicons": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-4.1.2.tgz",
"integrity": "sha512-BbuKehkCfF3VuthugKLntpRfwRMEls5zvL96FQUJFSy/5GutOnW+uvbyy4OaHtQ0QhuvRYbWIQa16Lok8svhZQ=="
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-4.2.4.tgz",
"integrity": "sha512-iaBPyuPSefGd6X03SkBM1BRqVbVFe1PZL5kYSNbMLxvTXGTenxK+O2TWsE1PPDo10qd0OiDb5cBod1oeHPCItA=="
},
"is-binary-path": {
"version": "1.0.1",
@@ -2428,4 +2414,4 @@
"dev": true
}
}
}
}

View File

@@ -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';