I am trying to incorporate flowjs or ng-flow into my Angular 2 application.
After installing the flowjs typings using
npm install --save-dev @types/flowjs
from
However, upon importing it into my component with import { Flow } from 'flowjs';
, I encountered an error in the console
/node_modules/@types/flowjs/index.d.ts' is not a module.