Skip to content

Commit

Permalink
Update Angular version
Browse files Browse the repository at this point in the history
  • Loading branch information
amirleshem committed Oct 2, 2022
1 parent b0d62d1 commit b57ed31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
An Angular Material library for displaying walk-through pop-ups and
dialogs using a declarative way.

by Amir Leshem (Broadcom)

### [Show Demo](https://stackblitz.com/edit/angular-bdc-walkthrough)

![bdc-walkthrough](screenshot.png)
Expand Down Expand Up @@ -257,3 +259,7 @@ Dialog behaviours:
Methods:
* `getValue(taskName: string)` returns the value of a task.
* `close(setTasks?: { [taskName: string]: any | boolean })` closes the dialog by completing its task, and optionally set additional tasks.

## Building source code and running the demo
Download the source code from github https://github.com/Broadcom/bdc-walkthrough.
Then run `npm i` to install dependencies, `npm run build:lib` to build the bdc-walkthrough library, and finally `npm run start` to run the demo.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:lib": "ng build bdc-walkthrough --prod",
"build:lib": "ng build bdc-walkthrough",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down

0 comments on commit b57ed31

Please sign in to comment.