You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`multiple` - if you input is multiple - you will get in response array of files, in other case it will be an object.
35
33
-`filesChange` - Event that calling when you select a file(s), usage: `<input fileToText type="file" [(files)]="fileModelText" (filesChange)="onTextChanges($event)">`
36
34
37
-
#Response
35
+
#Response
38
36
`{
39
37
name: string;//file name
40
38
size: number;//file size
@@ -45,8 +43,8 @@ import { FctrlxAngularFileReader } from 'fctrlx-angular-file-reader';
0 commit comments