We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3640164 commit b9162e6Copy full SHA for b9162e6
src/module.ts
@@ -41,8 +41,10 @@ export interface ModuleOptions {
41
alertEnter?: AnimationBuilder
42
alertLeave?: AnimationBuilder
43
animated?: boolean
44
+ backButtonDefaultHref?: string
45
backButtonIcon?: string
46
backButtonText?: string
47
+ innerHTMLTemplatesEnabled?: boolean
48
hardwareBackButton?: boolean
49
infiniteLoadingSpinner?: SpinnerTypes
50
loadingEnter?: AnimationBuilder
@@ -72,8 +74,10 @@ export interface ModuleOptions {
72
74
| 'icon-bottom'
73
75
| 'icon-hide'
76
| 'label-hide'
77
+ toastDuration?: number
78
toastEnter?: AnimationBuilder
79
toastLeave?: AnimationBuilder
80
+ toggleOnOffLabels?: boolean
81
}
82
83
0 commit comments