mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 06:23:03 +00:00
added missing typedoc
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
|
||||
/**
|
||||
* Abstract class representing a service for handling Klaro consent preferences and UI
|
||||
*/
|
||||
@Injectable()
|
||||
export abstract class KlaroService {
|
||||
/**
|
||||
* Initializes the service
|
||||
*/
|
||||
abstract initialize();
|
||||
|
||||
/**
|
||||
* Shows a the dialog with the current consent preferences
|
||||
*/
|
||||
abstract showSettings();
|
||||
}
|
||||
|
Reference in New Issue
Block a user