Skip to content

Commit 1fa1b38

Browse files
committed
docs: add live demo link to readme
1 parent b8d97b3 commit 1fa1b38

File tree

5 files changed

+187
-0
lines changed

5 files changed

+187
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Angular Flow
22

33
Angular Flow is a component that allows you to create a flow diagram using Angular.
4+
Live Demo [link](https://sheikalthaf.github.io/flow/)
5+
6+
Stackblitz Demo [link](https://stackblitz.com/edit/ngu-flow)
47

58
## Installation
69

angular.json

+3
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@
8787
"styles": ["src/styles.scss"],
8888
"scripts": []
8989
}
90+
},
91+
"deploy": {
92+
"builder": "angular-cli-ghpages:deploy"
9093
}
9194
}
9295
},

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@angular/cli": "~17.1.1",
3131
"@angular/compiler-cli": "^17.1.1",
3232
"@types/jest": "^29.5.11",
33+
"angular-cli-ghpages": "2.0.0-beta.2",
3334
"autoprefixer": "^10.4.17",
3435
"jest": "^29.7.0",
3536
"jest-preset-angular": "^14.0.0",

pnpm-lock.yaml

+177
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/flow/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Angular Flow
22

33
Angular Flow is a component that allows you to create a flow diagram using Angular.
4+
Live Demo [link](https://sheikalthaf.github.io/flow/)
5+
6+
Stackblitz Demo [link](https://stackblitz.com/edit/ngu-flow)
47

58
## Installation
69

0 commit comments

Comments
 (0)