dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_TinymceModule cluster_TinymceModule_exports cluster_TinymceModule_declarations TinymceComponent TinymceComponent TinymceModule TinymceModule TinymceComponent->TinymceModule TinymceComponent TinymceComponent TinymceModule->TinymceComponent

File

packages/tinymce/src/lib/tinymce.module.ts

Declarations

EntryComponents

import { NgModule } from '@angular/core';
import { TinymceComponent } from './tinymce/tinymce.component';

@NgModule({
  declarations: [TinymceComponent],
  entryComponents: [TinymceComponent],
  exports: [TinymceComponent],
})
export class TinymceModule {}

result-matching ""

    No results matching ""