How to use Angular with WebGL If you haven't already, install Angular CLI: npm install -g @angular/cli Use Angular CLI to create a minimal Angular app: ng new --minimal angular-webgl cd angular-webgl ng serve