dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_CadDownloadModule cluster_CadDownloadModule_declarations cluster_CadDownloadModule_exports CadDownloadComponent CadDownloadComponent CadDownloadModule CadDownloadModule CadDownloadComponent->CadDownloadModule CadDownloadComponent CadDownloadComponent CadDownloadModule->CadDownloadComponent

File

app/dxa/dxa-entity/views/cad-download/cad-download.module.ts

Declarations

EntryComponents

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { CadDownloadComponent } from './cad-download.component';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { NgbPopoverModule } from '@ng-bootstrap/ng-bootstrap';

@NgModule({
	declarations: [
		CadDownloadComponent
	],
	imports: [
		CommonModule,
		FormsModule,
		ReactiveFormsModule,
		NgbPopoverModule,
	],
	exports: [
		CadDownloadComponent
	],
	entryComponents: [
		CadDownloadComponent
	]
})
export class CadDownloadModule { }

result-matching ""

    No results matching ""