aiao-io/aiao

View on GitHub
apps/dev-elements-angular/src/app/text-editor/text-editor.component.html

Summary

Maintainability
Test Coverage
<ion-header translucent>
  <ion-toolbar>
    <ion-buttons slot="start">
      <ion-menu-button></ion-menu-button>
    </ion-buttons>
    <ion-title>Elements Preview</ion-title>
  </ion-toolbar>
</ion-header>
<ion-content fullscreen [scrollEvents]="false" [scrollX]="false" [scrollY]="false">
  <aiao-text-editor [value]="hello"></aiao-text-editor>
</ion-content>