material2-app
material2-app copied to clipboard
AOT fails when there are spec files
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?