mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: add 'new' to page 'Side effects for non-reactive APIs'
(cherry picked from commit 3ab17876ba)
This commit is contained in:
parent
f20d301bdc
commit
de6dc043fb
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
|
|||
children: [
|
||||
{
|
||||
label: 'Signals',
|
||||
status: 'updated',
|
||||
children: [
|
||||
{
|
||||
label: 'Overview',
|
||||
|
|
@ -114,6 +115,7 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
|
|||
label: 'Side effects for non-reactives APIs',
|
||||
path: 'guide/signals/effect',
|
||||
contentPath: 'guide/signals/effect',
|
||||
status: 'new',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue