jelbourn / material2-app

Simple app that consumes Angular Material 2 components
649 stars 278 forks source link

AOT fails when there are spec files #18

Open lihaibh opened 8 years ago

lihaibh commented 8 years ago

when running

ngc -p ./src/tsconfig.ts 

it shows an error that it couldnt find 'describe' and 'it' symbols of jasmine library, the spec files here were deleted how to fix this problem?