nycJSorg/angular-presentation

View on GitHub
apps/kirjs/src/app/modules/ast/debugger/debugger.component.html

Summary

Maintainability
Test Coverage
<code-demo-editor
  [(ngModel)]="code"
  style="height: 200px;flex-shrink: 0"
  [fontSize]="fontSize"
></code-demo-editor>
<h2>
  <button style="margin-left: 100px;font-size: 2vw" (click)="run()">
    RUN!
  </button>
</h2>
<div>
  (Example from <a href="https://github.com/denysdovhan/wtfjs"> wtfjs</a>)
</div>