Christofer Huber

Results 18 comments of Christofer Huber

@aidanm1999 I went for this one in the meanwhile https://github.com/mahnuh/capacitor-plugin-app-tracking-transparency and combined it with the firebase-analytics plugin

have the same problem, but just when I'm using lazy loaded modules in my project

@jzahka which angular universal repo do you mean? the starter? I can't find anything related to cookies there

I now upgraded my universal-starter project from 2.x to 4.0.0 and also upgraded the angular2-cookie to the ngx-cookie but still have the same problem not sure how to solve this...

I'm using the HttpClientModule which I'm importing in my app.module.ts, but version 3.1.2 should support the new HttpClientModule I guess

@epicfaace I've got the excat same issue. Where can I find the IInapppurchase.aidl (I can just find a IInAppBillingService.aidl file) and the folder to copy it? (where is /src/com/android/vending/billing?) **edit**...

@pushpann I have the same problem as @916422 how can we solve this issue?

Hi, I've got the same problem. When using inheritance inside my library. For example I have a BaseComponent all other components like for example EmailComponent inherits from it. When I...