icons
This commit is contained in:
10
src/app/modules/shows/services/docx.service.ts
Normal file
10
src/app/modules/shows/services/docx.service.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import {Injectable} from '@angular/core';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class DocxService {
|
||||
|
||||
constructor() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user