8 lines
141 B
TypeScript
8 lines
141 B
TypeScript
import { Injectable } from '@angular/core';
|
|
|
|
@Injectable({
|
|
providedIn: 'root'
|
|
})
|
|
export class WebhooksHistoryService {
|
|
constructor() {}
|
|
} |