Skip to content

Commit

Permalink
docs: add live demo link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sheikalthaf committed Jan 27, 2024
1 parent b8d97b3 commit 9164e12
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Angular Flow

Angular Flow is a component that allows you to create a flow diagram using Angular.
Live Demo [link](https://sheikalthaf.github.io/flow/)

## Installation

Expand Down
3 changes: 3 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
"styles": ["src/styles.scss"],
"scripts": []
}
},
"deploy": {
"builder": "angular-cli-ghpages:deploy"
}
}
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@angular/cli": "~17.1.1",
"@angular/compiler-cli": "^17.1.1",
"@types/jest": "^29.5.11",
"angular-cli-ghpages": "2.0.0-beta.2",
"autoprefixer": "^10.4.17",
"jest": "^29.7.0",
"jest-preset-angular": "^14.0.0",
Expand Down
177 changes: 177 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions projects/flow/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Angular Flow

Angular Flow is a component that allows you to create a flow diagram using Angular.
Live Demo [link](https://sheikalthaf.github.io/flow/)

## Installation

Expand Down

0 comments on commit 9164e12

Please sign in to comment.