Geoff Tripoli
Geoff Tripoli
Now that Ionic uses wkwebview as the default, this becomes a really big deal. I have to look elsewhere for date picker functionality.
@xam8re @Helveg This is still a problem. Any word on a resolution?
@Helveg here you go... https://github.com/rodgc/ngx-socket-io/pull/140
@dtopalov The logic that this behaves like a default HTML input element is misleading at best. Yes, when you bind directly to the value, sure, but that is not how...
Here is a pull request for it: https://github.com/cgross/angular-busy/pull/106
@simonemazzoni This error seems like it could be that the library is either not being loaded, or not being loaded before your module is instantiated. Have you checked both of...
@simonemazzoni Sorry, I missed the fact that you were looking for a **config** provider. You can either use the method you describe, or inject the cgBusyDefaults into a run block...
@egonknapen They originally gave 60 days, but regardless, I agree that they should just keep it open. I am not an "influencer", and it's not like anyone ever comes to...
@ocombe Will there be a provide function added in the near future so that we don't have to use `importProvidersFrom`?
> As a temporary workaround, until we fix the import paths, you can import the theme from the flattened file in the `dist` folder This isn't working for me and...