Installation
The easiest way to get started with Angular Three is to use the template repository
The template repository is kept up to date with the latest version of Angular Three.
Angular Three provides an ng-add
schematic to set up angular-three
and its dependencies.
- Install
angular-three
as a dependency
- Run the
init
generator to set upangular-three
and its dependencies.
- Install
angular-three
and its dependencies.
- Install
@types/three
as a development dependency.
- Turn on
skipLibCheck
intsconfig.json
file (if haven’t already)