nycJSorg/angular-presentation

View on GitHub
libs/code-demos/src/lib/code-demo-editor/code-demo-editor.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  ngAfterViewInit(): void {
    const editor = this.editorEl.nativeElement;

    this.model = this.monacoConfigService.monaco.editor.createModel(
      this.code,

    There are no issues that match your filters.

    Category
    Status