mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(docs-infra): in navigation put prerequisites page 'guide/property-binding' before 'guide/attribute-binding' (#48766)
Pages 'https://angular.io/guide/attribute-binding' and 'https://angular.io/guide/class-binding' have prerequisite of 'https://angular.io/guide/property-binding' but in navigation the property binding page comes much later. The change puts the binding pages in prerequisite order. PR Close #48766
This commit is contained in:
parent
b4187548ca
commit
2352f8dca3
1 changed files with 5 additions and 5 deletions
|
|
@ -183,6 +183,11 @@
|
|||
"title": "Understanding binding",
|
||||
"tooltip": "Introductory guide to binding."
|
||||
},
|
||||
{
|
||||
"url": "guide/property-binding",
|
||||
"title": "Property binding",
|
||||
"tooltip": "Learn how to use property binding."
|
||||
},
|
||||
{
|
||||
"url": "guide/attribute-binding",
|
||||
"title": "Attribute binding",
|
||||
|
|
@ -198,11 +203,6 @@
|
|||
"title": "Event binding",
|
||||
"tooltip": "Learn how to use to event binding."
|
||||
},
|
||||
{
|
||||
"url": "guide/property-binding",
|
||||
"title": "Property binding",
|
||||
"tooltip": "Learn how to use property binding."
|
||||
},
|
||||
{
|
||||
"url": "guide/two-way-binding",
|
||||
"title": "Two-way binding",
|
||||
|
|
|
|||
Loading…
Reference in a new issue