ng-implementation/my-workspace/projects/sae-lib/services/shared-service.ts
2025-09-22 09:57:46 +02:00

8 lines
117 B
TypeScript

import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class SharedService {
}