dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_AjaxModule cluster_AjaxModule_declarations cluster_AjaxModule_exports AjaxCalendarComponent AjaxCalendarComponent AjaxModule AjaxModule AjaxCalendarComponent->AjaxModule AjaxModalPopUpExtenderComponent AjaxModalPopUpExtenderComponent AjaxModalPopUpExtenderComponent->AjaxModule AjaxCalendarComponent AjaxCalendarComponent AjaxModule->AjaxCalendarComponent AjaxModule->AjaxCalendarComponent AjaxModalPopUpExtenderComponent AjaxModalPopUpExtenderComponent AjaxModule->AjaxModalPopUpExtenderComponent AjaxModule->AjaxModalPopUpExtenderComponent
/*****************************************************************************
 * Copyright (C) Mobilize.Net <info@mobilize.net> - All Rights Reserved
 *
 * This file is part of the Mobilize Frameworks, which is
 * proprietary and confidential.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Mobilize.Net Corporation.
 * The intellectual and technical concepts contained herein are
 * proprietary to Mobilize.Net Corporation and may be covered
 * by U.S. Patents, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Mobilize.Net Corporation.
 ******************************************************************************/
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { DateInputsModule } from '@progress/kendo-angular-dateinputs';
import { LabelModule } from '@progress/kendo-angular-label';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { WebMapModule } from '@mobilize/angularclient';
import { InputsModule } from '@progress/kendo-angular-inputs';
import { WebMapKendoModule } from '@mobilize/winforms-components';
import { BaseComponentsModule } from '@mobilize/base-components';
import { AjaxCalendarComponent } from './ajax-calendar/ajax-calendar.component';
import { AjaxModalPopUpExtenderComponent } from './ajax-popupextender/ajax-popupextender.component';
import { DialogsModule } from '@progress/kendo-angular-dialog';

@NgModule({
  declarations: [AjaxCalendarComponent, AjaxModalPopUpExtenderComponent],
  imports: [
    BrowserModule,
    BrowserAnimationsModule,
    LabelModule,
    DateInputsModule,
    WebMapModule,
    FormsModule,
    ReactiveFormsModule,
    InputsModule,
    WebMapKendoModule,
    BaseComponentsModule,
    DialogsModule
  ],
  exports: [AjaxCalendarComponent, AjaxModalPopUpExtenderComponent],
  bootstrap: [AjaxCalendarComponent, AjaxModalPopUpExtenderComponent]
})
export class AjaxModule {}

results matching ""

    No results matching ""