mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[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:
@@ -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
|
||||
|
||||

|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user