We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d647b90 commit 83673abCopy full SHA for 83673ab
5 files changed
.github/workflows/node.js.yml
@@ -3,6 +3,9 @@ name: Node.js CI/CD
3
on:
4
push:
5
branches: [ "main" ]
6
+ paths-ignore:
7
+ - 'README.md'
8
+ - '/assets/**'
9
pull_request:
10
11
README.md
@@ -61,5 +61,9 @@ export class Home{
61
[(data)]="data"
62
></template-editor>
63
```
64
+## 🔍 Preview
65
+
66
+
67
+
68
69
🎯 Live Demo: https://duynndu.github.io/mfe-angular/shell/
assets/context-menu1.png
48.7 KB
assets/context-menu2.png
55.5 KB
assets/menu-edit.png
75.2 KB
0 commit comments