Browse Source

docs: add links to ListService document

pull/3956/head
Arman Ozak 6 years ago
parent
commit
eca8cde624
  1. 6
      docs/en/UI/Angular/Track-By-Service.md
  2. 4
      docs/en/docs-nav.json

6
docs/en/UI/Angular/Track-By-Service.md

@ -111,3 +111,9 @@ class DemoComponent {
trackByTenantAccountId = trackByDeep<Item>('tenant', 'account', 'id');
}
```
## What's Next?
- [ListService](./List-Service.md)

4
docs/en/docs-nav.json

@ -383,6 +383,10 @@
{
"text": "TrackByService",
"path": "UI/Angular/Track-By-Service.md"
},
{
"text": "ListService",
"path": "UI/Angular/List-Service.md"
}
]
},

Loading…
Cancel
Save