-
-
-
-
-
-
-
LayerIndex:
- {{
- item.layerIndex === undefined ? 1 : item.layerIndex
- }}
-
-
-
+
+ }
diff --git a/src/app/sections/multiLayer/multi-layer.component.ts b/src/app/sections/multiLayer/multi-layer.component.ts
index 093e72e5..4f2c4cf6 100644
--- a/src/app/sections/multiLayer/multi-layer.component.ts
+++ b/src/app/sections/multiLayer/multi-layer.component.ts
@@ -1,7 +1,3 @@
-/**
- * Created by YISH on 2020/02/28.
- */
-import { NgForOf } from '@angular/common';
import {
ChangeDetectionStrategy,
Component,
@@ -31,15 +27,11 @@ import { MarkdownModule } from 'ngx-markdown';
standalone: true,
imports: [
FormsModule,
- NgForOf,
-
MatButtonModule,
MatCheckboxModule,
MatIconModule,
MatMenuModule,
-
MarkdownModule,
-
GridsterComponent,
GridsterItemComponent
]
diff --git a/src/app/sections/push/push.component.html b/src/app/sections/push/push.component.html
index 88244d9c..e916cf25 100644
--- a/src/app/sections/push/push.component.html
+++ b/src/app/sections/push/push.component.html
@@ -29,34 +29,38 @@
>
Disable Push On Resize
-
- Push North
-
-
- Push East
-
-
- Push South
-
-
- Push West
-
+ @if (options.pushDirections) {
+
+ Push North
+
+ }
+ @if (options.pushDirections) {
+
+ Push East
+
+ }
+ @if (options.pushDirections) {
+
+ Push South
+
+ }
+ @if (options.pushDirections) {
+
+ Push West
+
+ }
-
-
-
-
-
+ @for (item of dashboard; track item) {
+
+
+
+
+
+ }
diff --git a/src/app/sections/push/push.component.ts b/src/app/sections/push/push.component.ts
index 6bf55b75..6c21e642 100644
--- a/src/app/sections/push/push.component.ts
+++ b/src/app/sections/push/push.component.ts
@@ -1,4 +1,3 @@
-import { NgForOf, NgIf } from '@angular/common';
import {
ChangeDetectionStrategy,
Component,
@@ -37,15 +36,10 @@ interface Safe extends GridsterConfig {
standalone: true,
imports: [
FormsModule,
- NgForOf,
- NgIf,
-
MatButtonModule,
MatCheckboxModule,
MatIconModule,
-
MarkdownModule,
-
GridsterComponent,
GridsterItemComponent
]
diff --git a/src/app/sections/resize/resize.component.html b/src/app/sections/resize/resize.component.html
index 510c511e..c4103e2b 100644
--- a/src/app/sections/resize/resize.component.html
+++ b/src/app/sections/resize/resize.component.html
@@ -10,88 +10,89 @@
-
+ >
+ Resize Items
+
+