docs(components): update readmes from build script

This commit is contained in:
Brandy Carney
2018-10-05 10:35:50 -04:00
parent 24f33730a0
commit 83fd527630
2 changed files with 6 additions and 5 deletions

View File

@ -12,6 +12,7 @@ Unlike RouterOutlet, Nav is not tied to a particular router. Meaning that if we
| Property | Attribute | Description | Type |
| -------------- | --------------- | ------------------------------------------------------ | ------------------- |
| `animated` | `animated` | If the nav should animate the components or not | `boolean` |
| `animation` | -- | | `AnimationBuilder` |
| `delegate` | -- | | `FrameworkDelegate` |
| `rootParams` | -- | Any parameters for the root component | `ComponentProps` |
| `root` | `root` | Root NavComponent to load | `NavComponent` |

View File

@ -13,11 +13,11 @@ While RouterOutlet has methods for navigating around, it's recommended to use th
## Properties
| Property | Attribute | Description | Type |
| ------------------ | ---------- | ----------- | ------------------- |
| `animated` | `animated` | | `boolean` |
| `animationBuilder` | -- | | `AnimationBuilder` |
| `delegate` | -- | | `FrameworkDelegate` |
| Property | Attribute | Description | Type |
| ----------- | ---------- | ----------- | ------------------- |
| `animated` | `animated` | | `boolean` |
| `animation` | -- | | `AnimationBuilder` |
| `delegate` | -- | | `FrameworkDelegate` |
## Events