dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_YoutubeVideoModule cluster_YoutubeVideoModule_declarations cluster_YoutubeVideoModule_imports EmbeddedExternalVideoComponent EmbeddedExternalVideoComponent YoutubeVideoModule YoutubeVideoModule EmbeddedExternalVideoComponent->YoutubeVideoModule DxaFieldsModule DxaFieldsModule DxaFieldsModule->YoutubeVideoModule

File

app/dxa/dxa-entity/views/youtube-video/youtube-video.module.ts

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { EmbeddedExternalVideoComponent } from './embedded-external-video/embedded-external-video.component';
import { NgbModal, NgbModule } from '@ng-bootstrap/ng-bootstrap';
import { DxaFieldsModule } from 'src/app/dxa/dxa-fields/dxa-fields.module';

@NgModule({
	declarations: [EmbeddedExternalVideoComponent],
	entryComponents: [EmbeddedExternalVideoComponent],
	imports: [
		DxaFieldsModule,
		NgbModule,
		CommonModule
	]
})
export class YoutubeVideoModule { }

result-matching ""

    No results matching ""