We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09107fe commit 938b3baCopy full SHA for 938b3ba
index.js
@@ -4,4 +4,8 @@ try {
4
} catch (e) {
5
// do nothing
6
}
7
+
8
+if (typeof window === 'object') {
9
+ window.Flow = require('@flowjs/flow.js');
10
+}
11
module.exports = require('./src/ng-flow');
0 commit comments