jelbourn / material2-app

Simple app that consumes Angular Material 2 components
651 stars 280 forks source link

AOT fails when there are spec files #18

Open lihaibh opened 7 years ago

lihaibh commented 7 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?