[ADF-3191] Fix userprefrence oauth2 (#3488)

* remove user preference setting save

* fix host setting test

* remove userPreferences test

* fix title service test

* remove unused imports

* restore input align

* fix service import in test tag rating
This commit is contained in:
Eugenio Romano
2018-06-15 08:32:16 +01:00
committed by GitHub
parent af2cde0791
commit 8966e22487
43 changed files with 417 additions and 528 deletions
+11 -1
View File
@@ -1,11 +1,12 @@
---
Added: v2.0.0
Status: Active
Status: Internal
Last reviewed: 2018-06-13
---
# Host settings component
`This component Note this comonent is not meant to be used in production`
Validates the URLs for ACS and APS and saves them in the user's local storage
![Host settings](../docassets/images/host-settings-component.png)
@@ -17,6 +18,15 @@ Validates the URLs for ACS and APS and saves them in the user's local storage
</adf-host-settings>
```
```ts
@NgModule({
providers: [
{ provide: AppConfigService, useClass: DebugAppConfigService },
]
)]
```
## Class members
### Properties