How to use the @covalent/core.CovalentDialogsModule function in @covalent/core

To help you get started, we’ve selected a few @covalent/core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github apache / nifi-registry / nifi-registry-web-ui / src / main / platform / core / fluid-design-system.module.js View on Github external
ngMaterial.MatSelectModule,
            ngMaterial.MatSlideToggleModule,
            ngMaterial.MatSliderModule,
            ngMaterial.MatSidenavModule,
            ngMaterial.MatSnackBarModule,
            ngMaterial.MatStepperModule,
            ngMaterial.MatTabsModule,
            ngMaterial.MatToolbarModule,
            ngMaterial.MatTooltipModule,
            ngMaterial.MatPaginatorModule,
            ngMaterial.MatSortModule,
            ngMaterial.MatTableModule,
            covalentCore.CovalentCommonModule,
            covalentCore.CovalentChipsModule,
            covalentCore.CovalentDataTableModule,
            covalentCore.CovalentDialogsModule,
            fdsDialogsModule.FdsDialogsModule,
            fdsSnackBarsModule.FdsSnackBarsModule,
            covalentCore.CovalentExpansionPanelModule,
            covalentCore.CovalentLoadingModule,
            covalentCore.CovalentMenuModule,
            covalentCore.CovalentNotificationsModule,
            covalentCore.CovalentPagingModule,
            covalentCore.CovalentSearchModule,
            covalentCore.CovalentStepsModule
        ],
        exports: [
            ngFlex.FlexLayoutModule,
            ngAnimations.BrowserAnimationsModule,
            ngCommon.CommonModule,
            ngPlatformBrowser.BrowserModule,
            ngMaterial.MatAutocompleteModule,