Skip to content

Commit c2fbeb2

Browse files
adds missing typedoc v2
1 parent f68f1c9 commit c2fbeb2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/app/statistics/matomo.service.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,16 @@ export class MatomoService {
6868
this.statusSubject.next('loading');
6969
}
7070

71+
/**
72+
* This method indicates that the Matomo script loaded successfully thus we set state to loaded
73+
*/
7174
markAsLoaded() {
7275
this.statusSubject.next('loaded');
7376
}
7477

78+
/**
79+
* This method indicates that the Matomo script failed to download or execute and sets state to error
80+
*/
7581
markAsError() {
7682
this.statusSubject.next('error');
7783
}

0 commit comments

Comments
 (0)