@wavemaker/angular-codegen 11.1.0-next.24327 → 11.1.0-next.24328

Sign up to get free protection for your applications and to get access to all the features.
@@ -68,7 +68,7 @@
68
68
  "tslib": "^2.0.0",
69
69
  "x2js": "3.2.6",
70
70
  "zone.js": "~0.11.4",
71
- "@wavemaker/app-ng-runtime": "11.1.0-next.24327"
71
+ "@wavemaker/app-ng-runtime": "11.1.0-next.24328"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -5,8 +5,6 @@ import { AppModule } from './app/app.module';
5
5
  import { environment } from './environments/environment';
6
6
 
7
7
  import initWmProjectProperties from './app/wm-project-properties';
8
- import { isIos, isSpotcues } from '@wm/core';
9
- import { initSpotCues } from '@wm/runtime/base';
10
8
 
11
9
  initWmProjectProperties();
12
10
 
@@ -16,9 +14,7 @@ if (environment.production) {
16
14
 
17
15
  document.addEventListener('DOMContentLoaded', () => {
18
16
  new Promise<Event | void>( resolve => {
19
- if (isSpotcues) {
20
- initSpotCues().then(resolve);
21
- } else if (window['cordova']) {
17
+ if (window['cordova']) {
22
18
  document.addEventListener('deviceready', resolve);
23
19
  } else {
24
20
  resolve();
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.1.0-next.24327",
3
+ "version": "11.1.0-next.24328",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {