I\'m a beginner with Angular, I want to know how to create Angular 5 File upload part, I\'m trying to find any tutorial or doc, but I don\'t see anything a
Try this
Install
npm install primeng --save
Import
import {FileUploadModule} from 'primeng/primeng';
Html