bergben / ng2-file-input

Angular 2 component that implements a drag and drop or select file selection, including preview.
MIT License
25 stars 11 forks source link

Angular 4+ #11

Closed limpep closed 7 years ago

limpep commented 7 years ago

Getting the following warnings

npm WARN ng2-file-input@1.0.2 requires a peer of @angular/core@^2.0.0 but none was installed.
npm WARN ng2-file-input@1.0.2 requires a peer of @angular/platform-browser@^2.0.0 but none was installed.
npm WARN ng2-file-input@1.0.2 requires a peer of @angular/common@^2.0.0 but none was installed.
npm WARN bergben-angular2-file-drop@0.2.0 requires a peer of @angular/core@^2.0.0 but none was installed.

using

@angular/cli: 1.3.1
node: 8.6.0
os: darwin x64
@angular/animations: 4.3.5
@angular/cdk: 2.0.0-beta.8
@angular/common: 4.3.5
@angular/compiler: 4.3.5
@angular/core: 4.3.5
@angular/forms: 4.3.5
@angular/http: 4.3.5
@angular/language-service: 4.3.5
@angular/material: 2.0.0-beta.8
@angular/platform-browser: 4.3.5
@angular/platform-browser-dynamic: 4.3.5
@angular/router: 4.3.5
@angular/cli: 1.3.1
@angular/compiler-cli: 4.3.5
bergben commented 7 years ago

Should be fixed with 1.0.3 :)