Skip to content

Commit

Permalink
three.js import console test
Browse files Browse the repository at this point in the history
  • Loading branch information
myungjaeyu committed May 25, 2017
1 parent f3b0158 commit 6c06fad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Component } from '@angular/core';
import * as THREE from 'three';

@Component({
selector: 'app-root',
Expand All @@ -7,4 +8,9 @@ import { Component } from '@angular/core';
})
export class AppComponent {
title = 'app works!';

constructor(){
console.log(THREE);

}
}

0 comments on commit 6c06fad

Please sign in to comment.