xmlking / ngx-starter-kit

:a: Angular :rocket: NestJS :monkey: Starter Kit
https://xmlking.gitbook.io/ngx-starter-kit/v/develop/
MIT License
587 stars 130 forks source link

Error with image-comparison #121

Closed duard closed 5 years ago

duard commented 5 years ago
ERROR in ../../../libs/zsystem/image-comparison/src/lib/image-comparison.component.ts:15:34 
error TS2306: File '...libs/image-comparison/src/lib/image-comparison.js' is not a module.

15 import * as ImageComparison from './image-comparison';
xmlking commented 5 years ago

ng lint image-comparison and ng build image-comparison should work without error now

xmlking commented 5 years ago

:tada: This issue has been resolved in version 2.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: