constructor()

in src/app/canvas.component.ts [61:65]


  constructor() {
    afterNextRender(() => {
      this.erase();
    });
  }