diff --git a/packages/core-hn-demo/src/components/news-list.tsx b/packages/core-hn-demo/src/components/news-list.tsx
index 229f797e64..a63216ed22 100644
--- a/packages/core-hn-demo/src/components/news-list.tsx
+++ b/packages/core-hn-demo/src/components/news-list.tsx
@@ -35,7 +35,7 @@ export class NewsList {
Ionic.controller('loading', { content: 'fetching comments...' }).then(loading => {
loading.present();
- this.fakeFetch(`${this.apiRootUrl}/item/${story.id}`).then((data) => {
+ this.fakeFetch(`${this.apiRootUrl}/item/${story.id}`).then((data: { [key: string]: any }) => {
setTimeout(() => {
loading.dismiss().then(() => {
Ionic.controller('modal', { component: 'comments-page', componentProps: { comments: data.comments, storyId: story.id } }).then(modal => {
diff --git a/packages/core-hn-demo/tsconfig.json b/packages/core-hn-demo/tsconfig.json
index f4af88083b..8637d52011 100644
--- a/packages/core-hn-demo/tsconfig.json
+++ b/packages/core-hn-demo/tsconfig.json
@@ -22,9 +22,6 @@
"pretty": true,
"removeComments": false,
"sourceMap": false,
- "types": [
- "node"
- ],
"jsx": "react",
"jsxFactory": "h"
},
diff --git a/packages/core-hn-demo/www/.dev-diagnostics.html b/packages/core-hn-demo/www/.dev-diagnostics.html
index 44f6254b76..09668e18ab 100644
--- a/packages/core-hn-demo/www/.dev-diagnostics.html
+++ b/packages/core-hn-demo/www/.dev-diagnostics.html
@@ -446,96 +446,12 @@
-
-
-
-
-
-
-
-
-
- |
- loading.dismiss().then(() => { |
-
-
- |
- Ionic.controller('modal', { component: 'comments-page', componentProps: { comments: data.comments, storyId: story.id } }).then(modal => { |
-
-
- |
- console.log('modal created'); |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -543,9 +459,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/content/content.ios.scss
-
-
-
+
@@ -553,9 +467,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/page/page.ios.scss
-
-
-
+
@@ -563,9 +475,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/title/title.ios.scss
-
-
-
+
@@ -573,9 +483,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/toolbar/toolbar.ios.scss
-
-
-
+
@@ -583,9 +491,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/app/app.md.scss
-
-
-
+
@@ -593,9 +499,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/content/content.md.scss
-
-
-
+
@@ -603,9 +507,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/page/page.md.scss
-
-
-
+
@@ -613,9 +515,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/title/title.md.scss
-
-
-
+
@@ -623,9 +523,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/toolbar/toolbar.md.scss
-
-
-
+
@@ -633,9 +531,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/app/app.wp.scss
-
-
-
+
@@ -643,9 +539,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/content/content.wp.scss
-
-
-
+
@@ -653,9 +547,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/page/page.wp.scss
-
-
-
+
@@ -663,9 +555,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/title/title.wp.scss
-
-
-
+
@@ -673,9 +563,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/toolbar/toolbar.wp.scss
-
-
-
+
@@ -683,9 +571,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/avatar/avatar.ios.scss
-
-
-
+
@@ -693,9 +579,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/badge/badge.ios.scss
-
-
-
+
@@ -703,9 +587,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/thumbnail/thumbnail.ios.scss
-
-
-
+
@@ -713,9 +595,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/avatar/avatar.md.scss
-
-
-
+
@@ -723,9 +603,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/badge/badge.md.scss
-
-
-
+
@@ -733,9 +611,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/thumbnail/thumbnail.md.scss
-
-
-
+
@@ -743,9 +619,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/avatar/avatar.wp.scss
-
-
-
+
@@ -753,9 +627,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/badge/badge.wp.scss
-
-
-
+
@@ -763,9 +635,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/thumbnail/thumbnail.wp.scss
-
-
-
+
@@ -773,9 +643,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/button/button.ios.scss
-
-
-
+
@@ -783,9 +651,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/icon/icon.ios.scss
-
-
-
+
@@ -793,9 +659,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/button/button.md.scss
-
-
-
+
@@ -803,9 +667,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/icon/icon.md.scss
-
-
-
+
@@ -813,9 +675,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/button/button.wp.scss
-
-
-
+
@@ -823,9 +683,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/icon/icon.wp.scss
-
-
-
+
@@ -833,9 +691,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/card/card.ios.scss
-
-
-
+
@@ -843,9 +699,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/card-content/card-content.ios.scss
-
-
-
+
@@ -853,9 +707,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/card-header/card-header.ios.scss
-
-
-
+
@@ -863,9 +715,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/card-title/card-title.ios.scss
-
-
-
+
@@ -873,9 +723,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/card/card.md.scss
-
-
-
+
@@ -883,9 +731,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/card-content/card-content.md.scss
-
-
-
+
@@ -893,9 +739,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/card-header/card-header.md.scss
-
-
-
+
@@ -903,9 +747,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/card-title/card-title.md.scss
-
-
-
+
@@ -913,9 +755,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/card/card.wp.scss
-
-
-
+
@@ -923,9 +763,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/card-content/card-content.wp.scss
-
-
-
+
@@ -933,9 +771,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/card-header/card-header.wp.scss
-
-
-
+
@@ -943,9 +779,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/card-title/card-title.wp.scss
-
-
-
+
@@ -953,9 +787,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/skeleton-text/skeleton-text.scss
-
-
-
+
@@ -963,9 +795,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/item/item.ios.scss
-
-
-
+
@@ -973,9 +803,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/item-divider/item-divider.ios.scss
-
-
-
+
@@ -983,9 +811,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/label/label.ios.scss
-
-
-
+
@@ -993,9 +819,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/list/list.ios.scss
-
-
-
+
@@ -1003,9 +827,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/item/item.md.scss
-
-
-
+
@@ -1013,9 +835,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/item-divider/item-divider.md.scss
-
-
-
+
@@ -1023,9 +843,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/label/label.md.scss
-
-
-
+
@@ -1033,9 +851,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/list/list.md.scss
-
-
-
+
@@ -1043,9 +859,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/item/item.wp.scss
-
-
-
+
@@ -1053,9 +867,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/item-divider/item-divider.wp.scss
-
-
-
+
@@ -1063,9 +875,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/label/label.wp.scss
-
-
-
+
@@ -1073,9 +883,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/list/list.wp.scss
-
-
-
+
@@ -1083,9 +891,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/loading-controller/loading-controller.scss
-
-
-
+
@@ -1093,9 +899,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/loading/loading.ios.scss
-
-
-
+
@@ -1103,9 +907,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/loading/loading.md.scss
-
-
-
+
@@ -1113,9 +915,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/loading/loading.wp.scss
-
-
-
+
@@ -1123,9 +923,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/menu/menu.ios.scss
-
-
-
+
@@ -1133,9 +931,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/menu/menu.md.scss
-
-
-
+
@@ -1143,9 +939,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/menu/menu.wp.scss
-
-
-
+
@@ -1153,9 +947,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/modal-controller/modal-controller.scss
-
-
-
+
@@ -1163,9 +955,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/modal/modal.ios.scss
-
-
-
+
@@ -1173,9 +963,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/modal/modal.md.scss
-
-
-
+
@@ -1183,9 +971,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/modal/modal.wp.scss
-
-
-
+
@@ -1193,9 +979,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/searchbar/searchbar.ios.scss
-
-
-
+
@@ -1203,9 +987,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/searchbar/searchbar.md.scss
-
-
-
+
@@ -1213,9 +995,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/searchbar/searchbar.wp.scss
-
-
-
+
@@ -1223,9 +1003,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/segment/segment.ios.scss
-
-
-
+
@@ -1233,9 +1011,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/segment/segment.md.scss
-
-
-
+
@@ -1243,9 +1019,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/segment/segment.wp.scss
-
-
-
+
@@ -1253,9 +1027,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/slides/slide.scss
-
-
-
+
@@ -1263,9 +1035,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/slides/slides.scss
-
-
-
+
@@ -1273,9 +1043,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/spinner/spinner.ios.scss
-
-
-
+
@@ -1283,9 +1051,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/spinner/spinner.md.scss
-
-
-
+
@@ -1293,9 +1059,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/spinner/spinner.wp.scss
-
-
-
+
@@ -1303,9 +1067,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/toggle/toggle.ios.scss
-
-
-
+
@@ -1313,9 +1075,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/toggle/toggle.md.scss
-
-
-
+
@@ -1323,59 +1083,7 @@
Build Error
Error: File to read not found or unreadable: /Users/joshthomas/Workspace/ionic-mono/core/dist/collection/components/toggle/toggle.wp.scss
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1383,9 +1091,7 @@
Build Warn
ion-item, ion-item-divider, ion-label, ion-list, ion-list-header, ion-skeleton-text: ../core/dist/collection/components/item/item.js (1:16) The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten
-
-
-
+
@@ -1393,9 +1099,7 @@
Build Warn
ion-menu: ../core/dist/collection/components/menu/menu-types.js (1:17) The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten
-
-
-
+
-
-
-