Open math10 opened 8 years ago
Can you post an example which demonstrates this issue?
In app module ApplicationData is added as provider.
import { Injectable } from '@angular/core';
import xml2js from 'xml2js';
let parseString = xml2js.parseString;
@Injectable()
export class ApplicationData {
.....
constructor() {
.....
}
}
This is not enough to reproduce it, I fear.
meet same error in Ionic 2 RC.0, looks like load XMLNode has some error
XMLElement.js:4 Uncaught TypeError: Cannot read property 'prototype' of undefined
ionic : 2.1.0 node : 6.7.8
Is there any way to solve this error?