Review doc 3.3.0 (#4851)

* fix documentation missing params

* fix index

* fix aftere release

* fix aftere review
This commit is contained in:
Eugenio Romano
2019-06-14 17:06:52 +01:00
committed by GitHub
parent 33089a452f
commit e03290d26c
20 changed files with 76 additions and 45 deletions

View File

@@ -48,7 +48,7 @@ export abstract class FormBaseComponent {
@Input()
disableCompleteButton: boolean = false;
/** If true then the `Save` outcome button is shown but it will be disabled. */
/** If true then the `Save` outcome button is shown but will be disabled. */
@Input()
disableSaveButton: boolean = false;