From 83fd527630c2e5350ede43512df21a5dfb9662ed Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 5 Oct 2018 10:35:50 -0400 Subject: [PATCH] docs(components): update readmes from build script --- core/src/components/nav/readme.md | 1 + core/src/components/router-outlet/readme.md | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/core/src/components/nav/readme.md b/core/src/components/nav/readme.md index 6eb6a20cde..37a3d6e1ad 100644 --- a/core/src/components/nav/readme.md +++ b/core/src/components/nav/readme.md @@ -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` | diff --git a/core/src/components/router-outlet/readme.md b/core/src/components/router-outlet/readme.md index 4b62824969..a6d5a4420b 100644 --- a/core/src/components/router-outlet/readme.md +++ b/core/src/components/router-outlet/readme.md @@ -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