I'm embarking on the task of creating a game for a website using Angular 4 (or at minimum, version 2).
Having experience in developing games with c++ and some knowledge of phaser along with basic HTML, CSS, and JavaScript, I find myself unsure of the best approach to take. I've begun delving into the Angular documentation to gain familiarity with the framework, and I'm finding that I prefer TypeScript over JavaScript.
My query is whether it's feasible to integrate Phaser with Angular 4, especially utilizing TypeScript.
If it is possible, would this be a wise choice or is there an alternative method worth considering, such as utilizing html canvas?