create-game icon indicating copy to clipboard operation
create-game copied to clipboard

Angular template feedback

Open alexanderzeillinger opened this issue 5 months ago • 0 comments

  1. phaser-game.component.ts doesn't implement "OnDestroy", remove "Input" import, also, this is shorter:

this.game?.destroy(true)

  1. In EventBus.ts it shouldn't mention "Vue"

  2. Update to Angular 18

  3. package.json - karma and jasmine dev dependencies can probably be removed to keep it slim

alexanderzeillinger avatar Sep 12 '24 19:09 alexanderzeillinger