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:
Onkar Ruikar 2023-01-18 17:29:47 +05:30 committed by Jessica Janiuk
parent b4187548ca
commit 2352f8dca3

View file

@ -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",