platform-components-ng/projects/platform-components-lib/src/lib/components/widgets/service/qa-service.ts
QA service
Methods |
|
constructor(http: HttpClient)
|
||||||
|
Parameters :
|
| Async getConfigurationData |
getConfigurationData()
|
|
Get author configuration data
Returns :
Promise<any>
Observable |
| Async getModelsMappedWithDocTypes | ||||||||
getModelsMappedWithDocTypes(filterModelType?: string)
|
||||||||
|
Get models mapped with document types
Parameters :
Returns :
Promise<ContentModel[]>
Promise<ContentModel[]> |
| Async getNewDocumentTypes | ||||||||
getNewDocumentTypes(filterModelType?: string)
|
||||||||
|
Get new document types
Parameters :
Returns :
Promise<ContentModel[]>
Promise<ContentModel[]> |