I want to integrate flowjs or ng-flow to my Angular 2 application.
I've installed the flowjs typings using
npm install --save-dev @types/flowjs
from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/flowjs
But when I import it in my component import { Flow } from 'flowjs';
the console thrown an error
/node_modules/@types/flowjs/index.d.ts' is not a module.