Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

v9.0.0

Compare
Choose a tag to compare
@fabric8cd fabric8cd released this 08 Jan 04:20
· 9 commits to master since this release

9.0.0 (2019-01-08)

Features

  • api: don't set Authorization header in constructors of services (#193) (db077f4)

BREAKING CHANGES

  • api: Authorization HTTP heade is no longer set in the constructors of services, it will be set by AuthInterceptor from package ngx-login-client. Signature of constructors changed.