Marco Franke

Results 105 comments of Marco Franke

@mittalrahul Just tried that: ```json { "name": "HelloIonic", "private": "true", "devDependencies": { "ionic": "driftyco/ionic-bower#1.3.2" }, "dependencies": { "ionic": "driftyco/ionic-bower#1.3.2", "ion-alpha-scroll": "^0.1.3", "ion-sticky": "^1.0.7", "ionic-filter-bar": "^1.1.1", "angular-translate": "^2.13.0", "ion-autocomplete": "^0.3.3", "angular-translate-loader-url":...

any updates about this? I would love to use this with Angular 8 but I really can't get it working because there are too much things which are uncompatible (rxjs)

Yeah, but I guess this is not an option for us. We have several interceptors for http request for auth and getting the correct api url. Our customers shouldn‘t care...

The problem is that in the `module.service.ts` the modules are new initiated: https://github.com/lmeijdam/angular-umd-dynamic-example/blob/1999bcc7477e43f31e2f7961a7fcadaa51aadfb5/src/app/services/module.service.ts#L58 In this section I added the module `@angular/http`. But its a new instance of the http module...

> try this: `SystemJS.set('@angular/http', SystemJS.newModule(this.http));` This look so right. It's the obvious thing to do, but I just didn't think of it. 🥇

Gonna try it this week, actually I‘m pretty packed with other stuff. Gonna ping back when I‘ve got some results

@ljcljc then build a condition where to track or not

That would be indeed great. We could team up @Donkie to create uniform database/application. Actually there are several out in the wild, but most of them don't have an API...