Skip to content

Commit 83673ab

Browse files
committed
docs
1 parent d647b90 commit 83673ab

5 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Node.js CI/CD
33
on:
44
push:
55
branches: [ "main" ]
6+
paths-ignore:
7+
- 'README.md'
8+
- '/assets/**'
69
pull_request:
710
branches: [ "main" ]
811

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,9 @@ export class Home{
6161
[(data)]="data"
6262
></template-editor>
6363
```
64+
## 🔍 Preview
65+
![Context menu](./assets/context-menu1.png)
66+
![Context menu](./assets/context-menu2.png)
67+
![Context menu](./assets/menu-edit.png)
6468

6569
🎯 Live Demo: https://duynndu.github.io/mfe-angular/shell/

assets/context-menu1.png

48.7 KB
Loading

assets/context-menu2.png

55.5 KB
Loading

assets/menu-edit.png

75.2 KB
Loading

0 commit comments

Comments
 (0)