dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_SignupModule cluster_SignupModule_imports cluster_SignupModule_declarations cluster_SignupModule_providers OtpComponent OtpComponent SignupModule SignupModule OtpComponent->SignupModule SignupBasicInfoComponent SignupBasicInfoComponent SignupBasicInfoComponent->SignupModule SignupComponent SignupComponent SignupComponent->SignupModule SignupEmailPasswordComponent SignupEmailPasswordComponent SignupEmailPasswordComponent->SignupModule SignupOnboardingInfoComponent SignupOnboardingInfoComponent SignupOnboardingInfoComponent->SignupModule LocationModule LocationModule LocationModule->SignupModule SharedFeatureModule SharedFeatureModule SharedFeatureModule->SignupModule SharedModule SharedModule SharedModule->SignupModule SignupRoutingModule SignupRoutingModule SignupRoutingModule->SignupModule TelemetryModule TelemetryModule TelemetryModule->SignupModule SignupService SignupService SignupService->SignupModule
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { SignupComponent, OtpComponent, SignupBasicInfoComponent, SignupOnboardingInfoComponent, SignupEmailPasswordComponent } from './components';
import { SignupRoutingModule } from './signup-routing.module';
import { SuiModule } from 'ng2-semantic-ui-v9';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { RecaptchaModule } from 'ng-recaptcha';
import { SignupService } from './services';
import { TelemetryModule } from '@sunbird/telemetry';
import { SharedModule } from '@sunbird/shared';
import { SharedFeatureModule } from '@sunbird/shared-feature';
import { LocationModule } from '../../../../plugins/location';

@NgModule({
  imports: [
    CommonModule,
    SignupRoutingModule,
    SuiModule,
    FormsModule,
    ReactiveFormsModule,
    RecaptchaModule,
    TelemetryModule,
    SharedModule,
    SharedFeatureModule,
    LocationModule
  ],
  declarations: [SignupComponent, OtpComponent, SignupBasicInfoComponent, SignupOnboardingInfoComponent, SignupEmailPasswordComponent],
  providers: [SignupService]
})
export class SignupModule { }

results matching ""

    No results matching ""