This commit is contained in:
Peter Maquiran
2021-08-23 16:00:58 +01:00
parent 3251144704
commit df8876f436
6 changed files with 71 additions and 73 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export class FileLoaderService {
constructor() { }
loadeFile({ type = 'file'}): HTMLInputElement {
createInput({ type = 'file'}): HTMLInputElement {
let input = document.createElement('input');
input.type = type;