Hey, I'm trying to get the delete port working in admin.. I started rewriting the app in Ionic/Angular 5.. for starters, the poolui version of the site's port delete feature is not working. Also, Angular 5's HttpClient only accepts two parameters and can not post data in the delete. It should be something like this:
this.httpClient.delete(AdminPortURL + '?' + portToDelete, headers);
Anyone know how I can get this working?
Hey, I'm trying to get the delete port working in admin.. I started rewriting the app in Ionic/Angular 5.. for starters, the poolui version of the site's port delete feature is not working. Also, Angular 5's HttpClient only accepts two parameters and can not post data in the delete. It should be something like this:
Anyone know how I can get this working?