ccremer/kubernetes-client-browser

Implement Angular client with Angular's native HttpClient

Closed this issue · 0 comments

  • Implement Angular client with Angular's native HttpClient, for better SSR support.
  • Note for #31 : Angular doesn't support response streaming, which Kubernetes uses to push updates: angular/angular#44143, might resort to Fetch API for watching resources.