Pavel Golodoniuc
Pavel Golodoniuc
We have forked and republished the library as `@csiro-geoanalytics/ngx-cool-dialogs` as it was blocking the upgrade to Angular 9 and this pull request seems to be sitting idle. The republished version...
I submitted a new pull request to make it compatible with the new release of ion-rangeslider 2.3.0 - https://github.com/PhilippStein/ng2-ion-range-slider/pull/38
I submitted a new pull request to make it compatible with the new release of ion-rangeslider 2.3.0 - #38
I strongly support both requests – JSON schema generation and validation of JSON against an existing schema.
I have a somewhat similar error on v2.25.0. Clicking Logout in the Admin UI throws the same error, showing the "You have been logged out successfully" page but throwing the...
@shadow5og, I have actually resolved the issue now. The problem was in the incorrect CORS setting. I fixed it with the following configuration option: ```TypeScript export default buildConfig({ ... cors:...