ngx-material-file-input:角材料表单域的文件输入

时间:2024-02-19 18:36:54
【文件属性】:

文件名称:ngx-material-file-input:角材料表单域的文件输入

文件大小:198KB

文件格式:ZIP

更新时间:2024-02-19 18:36:54

angular material input upload file

材料文件输入 该项目提供: ngx-mat-file-input组件,用于Angular Material内部的mat-form-field 具有FileValidator的maxContentSize ,以限制文件大小 ByteFormatPipe以人类可读格式设置文件大小 有关更多代码示例,请查看 安装 npm i ngx-material-file-input API参考 MaterialFileInputModule import { MaterialFileInputModule } from 'ngx-material-file-input' ; @ NgModule ( { imports : [ // the module for this lib MaterialFileInputModule ] } ) NGX_MAT_FILE_INPUT_CONFIG令牌(可选): 更改ByteFormat管道的单位 export const config : FileInputConfig = { sizeUnit : 'Octet' } ;


【文件预览】:
ngx-material-file-input-master
----.travis.yml(2KB)
----package.json(3KB)
----tslint.json(2KB)
----tools()
--------tsconfig.tools.json(249B)
--------schematics()
----.prettierrc(47B)
----protractor.conf.js(885B)
----angular.json(8KB)
----LICENSE(1KB)
----package-lock.json(594KB)
----tag.sh(3KB)
----nx.json(392B)
----tsconfig.json(753B)
----.gitignore(531B)
----karma.conf.js(1KB)
----tsconfig.packaged.json(162B)
----README.md(4KB)
----apps()
--------demo-packaged()
--------demo-e2e()
--------demo()
--------.gitkeep(1B)
----.editorconfig(245B)
----libs()
--------.gitkeep(0B)
--------material-file-input()

网友评论