ngx-file-selector
v0.0.8
Published
``` npm i ngx-file-selector ```
Downloads
3
Readme
安装依赖
npm i ngx-file-selector
使用方法
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
ReactiveFormsModule,
NgxFileSelectorModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
<ngx-file-selector>
<a>选择文件</a>
</ngx-file-selector>