dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_MediumEditorModule cluster_MediumEditorModule_MediumEditorComponent_providers cluster_MediumEditorModule_exports MediumEditorComponent MediumEditorComponent MediumEditorModule MediumEditorModule MediumEditorComponent->MediumEditorModule MediumEditorComponent MediumEditorComponent MediumEditorModule->MediumEditorComponent {    provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => MediumEditorComponent), multi: true, } {    provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => MediumEditorComponent), multi: true, } {    provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => MediumEditorComponent), multi: true, }->MediumEditorComponent

File

packages/medium-editor/src/lib/medium-editor.module.ts

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { MediumEditorComponent } from './medium-editor.component';

@NgModule({
  imports: [CommonModule],
  exports: [MediumEditorComponent],
  declarations: [MediumEditorComponent],
  providers: [],
})
export class MediumEditorModule {}

result-matching ""

    No results matching ""