nycJSorg/angular-presentation

View on GitHub
libs/code-demos/src/lib/multitab-editor/editor-from-model/editor-from-model.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function ngAfterViewInit has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  ngAfterViewInit() {
    this.editor = this.editorInjector.editor = this.monacoConfigService.createEditor(
      this.el.nativeElement,
      {
        model: this.model,

    There are no issues that match your filters.

    Category
    Status