Skip to content

Commit

Permalink
Fixed #9618 - fileupload missing import in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Dec 7, 2020
1 parent 4325066 commit aa32373
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/showcase/components/fileupload/fileuploaddemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ <h5>Basic with Auto</h5>
<p-tabPanel header="Documentation">
<h5>Import</h5>
<app-code lang="typescript" ngNonBindable ngPreserveWhitespaces>
import &#123;FileUploadModule&#125; from 'primeng/fileupload';
import &#123;FileUploadModule&#125; from 'primeng/fileupload';
import &#123;HttpClientModule&#123; from '@angular/common/http';
</app-code>

<h5>Getting Started</h5>
Expand Down

0 comments on commit aa32373

Please sign in to comment.