Nathan Walker

Results 332 comments of Nathan Walker

That’s a good idea thanks will add this in v14 as we’re adjusting all to use nrwl/devkit

@marbletravis You most likely are running into some of the pain with the Angular 12 updates of recent which latest Nx 12.3 give you out of the box. We have...

@betosalvador `preview` needs app store updates which we're working on to bring Angular 10 support to the {N} Preview app. We'll ping back once latest updates have been approved and...

Hi @Pip3r4o thanks for response. I am referencing as you mention like this: https://github.com/NathanWalker/nativescript-spotify/blob/master/src/android/search.ts#L6 ``` let SpotifyService: any = kaaes.spotify.webapi.android.SpotifyService; ``` Then using that in my implementation: https://github.com/NathanWalker/nativescript-spotify/blob/master/src/android/search.ts#L70 ``` let...

@Pip3r4o does this mean I need to wait for support? Or are you suggesting downgrading Retrofit? Not sure.

@Pip3r4o thank you so much for your help on this one!! Really tricky. Would love to see this working 👍

@jdnichollsc Thanks for tracking this 👍 We're looking at ways to improve the delegate extensions and overrides. In meantime have you tried doing it this way? ``` const CustomAppDelegate =...

We'll check about adding Nx's migrate support alongside the `ng update` support 👍

@diegovincent after updating Nx using this guide should get you most of they way https://nx.dev/angular/workspace/update - that’s how we update our workspaces - from there it depends on which apps...