Class: ResetGlobalConfig - boris-jenicek/ngx-awesome-popup GitHub Wiki
Class: ResetGlobalConfig
// Instantiate config object as example below to change global settings on-fly it takes IGlobalUserConfig
as the argument.
new ResetGlobalConfig({
colorList: {
primary : '#ff9e00', // optional shade of the overlay color
secondary: '#989ea5', // optional
info : '#2f8ee5', // optional
success : '#3caea3', // optional
warning : '#ffc107', // optional
danger : '#e46464', // optional
light : '#fbfbfb', // optional
dark : '#343a40' // optional
}
})
Constructors
constructor
+ new ResetGlobalConfig(globalConfig?: IGlobalUserConfig): ResetGlobalConfig
Parameters:
| Name | Type |
|---|---|
globalConfig? |
IGlobalUserConfig |
Returns: ResetGlobalConfig