You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
@chaitanyya yes this is the correct way of doing it as of now.
Have a look at here for more info on syntax.
Sorry about the documentation, whole TS integration details aren't documented properly.
I tried importing the module in my angular 2 component using
import qq from 'fine-uploader';
and
import { qq } from 'fine-uploader';
It's giving me the following error:
/node_modules/fine-uploader/typescript/fine-uploader.d.ts is not a module.
I'm using version "5.14.2". I installed it using npm.
The text was updated successfully, but these errors were encountered: