Hello try integrating aframe in the following way:
npm install aframe --save
setup the
angular-cli.json
"scripts": ["../node_modules/aframe/dist/aframe-master.js"]
Download the typings from https://github.com/devpaul/aframe-typings/blob/master/src/AFRAME.d.ts
setup the
tsconfig.json
"files":["typings/AFRAME.d.ts"]
And I get the following error: Cannot find namespace 'THREE'
In
src/polyfills.ts
you canimport 'aframe';
before youimport 'zone.js/dist/zone'