Skip to content

Commit b6e2e01

Browse files
committed
fix: migrate source code files
1 parent 819075f commit b6e2e01

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

adev-ja/src/app/routing/sub-navigation-data.en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
6969
label: 'Forms with signals',
7070
path: 'essentials/signal-forms',
7171
contentPath: 'introduction/essentials/signal-forms',
72+
status: 'new',
7273
},
7374
{
7475
label: 'Modular design with dependency injection',

adev-ja/src/app/routing/sub-navigation-data.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
6969
label: 'シグナルを使ったフォーム',
7070
path: 'essentials/signal-forms',
7171
contentPath: 'introduction/essentials/signal-forms',
72+
status: 'new',
7273
},
7374
{
7475
label: '依存性の注入によるモジュール設計',

0 commit comments

Comments
 (0)