fix(angular): goback navigation

This commit is contained in:
Manu Mtz.-Almeida
2018-03-29 18:41:46 +02:00
parent a36913e9db
commit 7b9a00e433
16 changed files with 157 additions and 159 deletions

View File

@ -59,24 +59,24 @@ For more information, see [Theming your App](/docs/theming/theming-your-app).
#### component
any
The component to display inside of the modal.
#### cssClass
#### componentProps
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.
The data to pass to the modal component.
#### data
#### cssClass
any
The data to pass to the modal component.
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.
#### delegate
@ -151,24 +151,24 @@ For more information, see [Theming your App](/docs/theming/theming-your-app).
#### component
any
The component to display inside of the modal.
#### css-class
#### component-props
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.
The data to pass to the modal component.
#### data
#### css-class
any
The data to pass to the modal component.
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.
#### delegate