How to use ngx-daterangepicker-material - 2 common examples

To help you get started, we’ve selected a few ngx-daterangepicker-material 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 Hub-of-all-Things / Rumpel / src / app / app.module.ts View on Github external
SocialModule,
    FitbitModule,
    MonzoModule,
    DataManagementModule,
    PublicPagesModule,
    NotablesModule,
    MashupsModule,
    ExploreModule,
    SheModule,
    CoreModule,
    AppRoutingModule,
    HatClaimModule,
    SettingsModule,
    ToolsModule,
    ReactiveWebStorageModule.setLocalStorageKeys(storageKeys),
    NgxDaterangepickerMd.forRoot()
  ],
  bootstrap: [ AppRootComponent ],
  entryComponents: [ DialogBoxComponent, ConfirmBoxComponent, InfoBoxComponent, MapBoxComponent, FileUploadComponent,
    HatAppHmiComponent
  ],
  providers: [
    { provide: LocationStrategy, useClass: HashLocationStrategy },
    { provide: APP_CONFIG, useValue: configuration },
    { provide: HTTP_INTERCEPTORS, useClass: AuthInterceptor, multi: true },
    AuthGuard,
    NativeGuard,
    CookieService,
    HatApiService, // Supersedes original HAT API service
    StaticDataService,
    SystemStatusService,
    GlobalMessagingService,
github Sunbird-Ed / SunbirdEd-portal / src / app / client / src / app / modules / dashboard / dashboard.module.ts View on Github external
import { SearchService } from '@sunbird/core';
import { SharedModule } from '@sunbird/shared';
import { OrderModule } from 'ngx-order-pipe';

@NgModule({
  imports: [
    CommonModule,
    DashboardRoutingModule,
    FormsModule,
    ReactiveFormsModule,
    ChartsModule,
    SuiModule,
    SharedModule,
    OrderModule,
    TelemetryModule,
    NgxDaterangepickerMd.forRoot()
  ],
  declarations: [CourseConsumptionComponent, OrganisationComponent, CourseProgressComponent, UsageReportsComponent,
    DataTableComponent, DataChartComponent],
  exports: [CourseProgressComponent, DataTableComponent],
  providers: [
    RendererService,
    DashboardUtilsService,
    SearchService,
    LineChartService,
    CourseConsumptionService,
    OrganisationService, DownloadService, CourseProgressService, UsageService]
})
export class DashboardModule { }

ngx-daterangepicker-material

Angular 9 and 10 date range picker (with material design theme)

MIT
Latest version published 2 years ago

Package Health Score

63 / 100
Full package analysis

Popular ngx-daterangepicker-material functions