dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_CodemirrorModule cluster_CodemirrorModule_declarations cluster_CodemirrorModule_CodemirrorComponent_providers cluster_CodemirrorModule_exports cluster_CodemirrorModule_providers CodemirrorComponent CodemirrorComponent CodemirrorModule CodemirrorModule CodemirrorComponent->CodemirrorModule CodemirrorComponent CodemirrorComponent CodemirrorModule->CodemirrorComponent {    : , : (() => ), : true } {    : , : (() => ), : true } {    : , : (() => ), : true }->CodemirrorComponent CodemirrorService CodemirrorService CodemirrorService->CodemirrorModule

File

src/lib/ngx-codemirror/codemirror.module.ts

Declarations

EntryComponents

Providers

import { NgModule } from '@angular/core';

import { CodemirrorComponent } from './codemirror.component';
import { CodemirrorService } from './codemirror.service';

/**
 * @angular 5.x+ SSR ready CodeMirror wrapping module.
 */
@NgModule({
  providers: [
    CodemirrorService
  ],
  declarations: [CodemirrorComponent],
  exports: [CodemirrorComponent],
  entryComponents: [CodemirrorComponent]
})
export class CodemirrorModule {}

results matching ""

    No results matching ""