angular-vrview is for Google VR View with Angular 4 and above. angular-vrview is an Angular wrapper around google's VR View.
npm install angular-vrview vrview three --save
Run start
to compile the project, execute tests and check coverage:
npm start
Run build
to compile the project:
npm run build
Run test
to test the project:
npm test
Run coverage
to check the coverage report:
npm run coverage