Angular 2 アプリケーションに flowjs または ng-flow を統合したいと考えています。
を使用してflowjsのタイピングをインストールしました
npm install --save-dev @types/flowjs
https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/flowjsから
しかし、コンポーネントにインポートするとimport { Flow } from 'flowjs';
、コンソールがエラーをスローしました
/node_modules/@types/flowjs/index.d.ts' is not a module.