-
Notifications
You must be signed in to change notification settings - Fork 7
Class: NgxAwesomePopupModule
Boris Jenicek edited this page Dec 20, 2021
·
4 revisions
This is the main module of the library, it is crucial to be added within angular.app imports as an example with optional argument, look: IGlobalUserConfig Style your application by adding a color list like in this example.
// app.module imports:
NgxAwesomePopupModule.forRoot({
colorList: {
primary : '#ff9e00', // optional
secondary: '#989ea5', // optional
info : '#2f8ee5', // optional
success : '#3caea3', // optional
warning : '#ffc107', // optional
danger : '#e46464', // optional
light : '#fbfbfb', // optional
dark : '#343a40' // optional
}
})+ new NgxAwesomePopupModule(injector: Injector): NgxAwesomePopupModule
| Name | Type |
|---|---|
injector |
Injector |
Returns: NgxAwesomePopupModule
▸ StaticforRoot(globalConfig?: IGlobalUserConfig): ModuleWithProviders<NgxAwesomePopupModule>
| Name | Type |
|---|---|
globalConfig? |
IGlobalUserConfig |
Returns: ModuleWithProviders<NgxAwesomePopupModule>
- AppearanceAnimation
- ButtonLayoutDisplay
- DialogLayoutDisplay
- DisappearanceAnimation
- ToastPositionEnum
- ToastProgressBarEnum
- ToastUserViewTypeEnum