Skip to content

Commit 66bc6f7

Browse files
authored
feat: add plugin support to ngu-flow (#8)
1 parent a30c971 commit 66bc6f7

21 files changed

+705
-696
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"start": "ng serve --port 52666",
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
9+
"gh": "ng deploy --dir=dist/angular-flow/browser --base-href=/ngu-flow/",
910
"test": "jest"
1011
},
1112
"private": true,

projects/flow/src/lib/arrangements.spec.ts

-67
This file was deleted.

projects/flow/src/lib/arrangements.ts

-225
This file was deleted.

0 commit comments

Comments
 (0)