add swipl-wasm

This commit is contained in:
eneller
2026-03-27 21:40:54 +01:00
parent bde0efa167
commit ffda8468e7
14 changed files with 136 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
import { Component, inject, Input, ViewChild } from '@angular/core';
import { NgbAlert, NgbModal } from '@ng-bootstrap/ng-bootstrap';
import { Player } from '../model';
import { Player } from '../util/model';
import { ModalRotationsComponent } from '../modal-rotations/modal-rotations.component';
import { FormsModule } from '@angular/forms';
import { Subject } from 'rxjs/internal/Subject';