I am new using Phaser, I want to integrate Phaser 3 in my application of Angular 6, within a component but I did not find the way to do it, download pharse from npm, but I am lost, someone could tell me where I can see more information about it or get oriented a little, I would appreciate it.
Thanks, but since you imported the file phaser.d.ts to your component ?, it gives me an error, it says that this file is not a module and I am trying to import it in this way:
import * as Pasher from ‘…/…/…/phaser’;
ERROR:
File ‘c:/ … /src/phaser.d.ts’ is not a module.