Skip to content

Commit 229b076

Browse files
refactor(devtools): rebase
1 parent cda9548 commit 229b076

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/demo/src/app/devtools/todo-detail.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const TodoDetailStore = signalStore(
2929
<textarea>{{ todo().description }}</textarea>
3030
</mat-card-content>
3131
</mat-card>`,
32-
standalone: true,
3332
imports: [MatCardModule],
3433
providers: [TodoDetailStore],
3534
styles: `

apps/demo/src/app/devtools/todo.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ import { TodoDetailComponent } from './todo-detail.component';
6464
display: flex;
6565
}
6666
`,
67-
standalone: true,
6867
imports: [
6968
MatCheckboxModule,
7069
MatIconModule,

0 commit comments

Comments
 (0)