mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
10 lines
141 B
TypeScript
10 lines
141 B
TypeScript
|
|
import { Injectable } from '@angular/core';
|
||
|
|
|
||
|
|
@Injectable({
|
||
|
|
providedIn: 'root'
|
||
|
|
})
|
||
|
|
export class FileExprorerService {
|
||
|
|
|
||
|
|
constructor() { }
|
||
|
|
}
|