docs(modal): document cssClass option (#11797)

Adds documentation for #10020
This commit is contained in:
Aaron Mulder
2017-05-26 11:23:40 -04:00
committed by Brandy Carney
parent 638ab70309
commit 2edb085d4d

View File

@ -65,6 +65,7 @@ import { DeepLinker } from '../../navigation/deep-linker';
* |-----------------------|------------|------------------------------------------------------------------------------------------------------------------|
* | showBackdrop |`boolean` | Whether to show the backdrop. Default true. |
* | enableBackdropDismiss |`boolean` | Whether the popover should be dismissed by tapping the backdrop. Default true. |
* | cssClass |`string` | Additional classes for custom styles, separated by spaces. |
*
* A modal can also emit data, which is useful when it is used to add or edit
* data. For example, a profile page could slide up in a modal, and on submit,