We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 266ca2d + 33c4939 commit 7cdbfe0Copy full SHA for 7cdbfe0
index.js
@@ -0,0 +1,3 @@
1
+/* for module loading using webpack or similar package bundlers */
2
+window.Flow = require('./dist/ng-flow-standalone');
3
+module.exports = 'flow';
0 commit comments