Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with image-comparison #121

Closed
duard opened this issue Aug 7, 2019 · 2 comments
Closed

Error with image-comparison #121

duard opened this issue Aug 7, 2019 · 2 comments
Labels

Comments

@duard
Copy link

duard commented Aug 7, 2019

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
Copy link
Owner

xmlking commented Aug 11, 2019

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

xmlking pushed a commit that referenced this issue Aug 25, 2019
# [2.1.0](v2.0.0...v2.1.0) (2019-08-25)

### Bug Fixes

* **404:** fix 404 page to redirect to home ([b59f7d9](b59f7d9))
* **api:** Project Module: using kubeview service account to enable k8s queries ([dfcca18](dfcca18))
* **api:** testing a fix for NotificationService.send() ([3ce2827](3ce2827))
* **build:** fix -E HUSKY_USE_YARN ([3f55590](3f55590))
* **core:** fix husky hooks ([d94e514](d94e514))
* **deps:** update angular monorepo ([28a5904](28a5904))
* **deps:** update angular monorepo ([63b3a54](63b3a54))
* **deps:** update angular monorepo to >=8.2.3 ([6b1e276](6b1e276))
* **deps:** update angularcli monorepo ([8e54471](8e54471))
* **deps:** update angularcli monorepo ([0da303a](0da303a))
* **deps:** update angularcli monorepo ([775360b](775360b))
* **deps:** update angularmaterial monorepo to >=8.1.3 ([e8d06b4](e8d06b4))
* **deps:** update dependency @fortawesome/angular-fontawesome to ^0.5.0 ([6a5c7f5](6a5c7f5))
* **deps:** update nginxinc/nginx-unprivileged docker tag to v1.17.2 ([ab7e050](ab7e050))
* **notifications:** fix notifications delete and make-all-as-read commands ([fc3e683](fc3e683))
* **styles:** fix scss imports issues with latest sass-loader ([0050e9d](0050e9d))

### Features

* **api:** added rest-client tests for VS Code ([521ddc3](521ddc3))
* **api:** adding jetbrain rest/http client testing tool ([15ef31d](15ef31d))
* **api:** API DOCKER:  ADD TINI FOR SIGNAL HANDLING ([456397d](456397d))
* **api:** enhanced search options for projects ([f34a3bf](f34a3bf))
* **api:** experimenting with @nestjs/cqrs ([c2b69f4](c2b69f4))
* **api:** merged e2e projects into parent project ([195ef66](195ef66))
* **api:** now using built-in ParseUUIDPipe ([4710cbb](4710cbb))
* **api:** refactored to share more code between frontend and backend ([ddb088d](ddb088d))
* **api:** renamed drawio file ([be48be6](be48be6))
* **api:** trying typeorm's value transformers ([65bfdce](65bfdce))
* **auth:** switching back to angular-oauth2-oidc ([14e7f17](14e7f17))
* **auth:** switching OpenID Connect provider to Google ([e5d052a](e5d052a))
* **auth:** switching OpenID Connect provider to Google for API ([eff9ad5](eff9ad5))
* **core:** adding AppConfigService to support remote dynamic config ([fc82a8e](fc82a8e))
* **core:** adding custom rxjs operator  retryWithBackoff ([37dffcf](37dffcf))
* **core:** prepare for differential-loading ([6353e4b](6353e4b))
* **deploy:** added OpenShift4 deployment files ([bca7f73](bca7f73))
* **deploy:** using google's distroless base image for node apps ([7f53ed7](7f53ed7))
* **deploy:** using Helm for API deployment ([92add74](92add74))
* **image-comparison:** converted image-comparison js-->ts ([8c285e1](8c285e1)), closes [#121](#121)
* **tools:** lib update ([4bb35b3](4bb35b3))
* **utils:** adding new operator 'toClass' ([9d12f8d](9d12f8d))
* **vscode:** fix VS Code settings ([1ba568c](1ba568c))
* **webapp:** added helm chart for angular webapp deployment ([a87dd79](a87dd79))
@xmlking
Copy link
Owner

xmlking commented Aug 25, 2019

🎉 This issue has been resolved in version 2.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

coolkei added a commit to coolkei/ngx_Angular that referenced this issue Feb 4, 2024
# [2.1.0](xmlking/ngx-starter-kit@v2.0.0...v2.1.0) (2019-08-25)

### Bug Fixes

* **404:** fix 404 page to redirect to home ([b59f7d9](xmlking/ngx-starter-kit@b59f7d9))
* **api:** Project Module: using kubeview service account to enable k8s queries ([dfcca18](xmlking/ngx-starter-kit@dfcca18))
* **api:** testing a fix for NotificationService.send() ([3ce2827](xmlking/ngx-starter-kit@3ce2827))
* **build:** fix -E HUSKY_USE_YARN ([3f55590](xmlking/ngx-starter-kit@3f55590))
* **core:** fix husky hooks ([d94e514](xmlking/ngx-starter-kit@d94e514))
* **deps:** update angular monorepo ([28a5904](xmlking/ngx-starter-kit@28a5904))
* **deps:** update angular monorepo ([63b3a54](xmlking/ngx-starter-kit@63b3a54))
* **deps:** update angular monorepo to >=8.2.3 ([6b1e276](xmlking/ngx-starter-kit@6b1e276))
* **deps:** update angularcli monorepo ([8e54471](xmlking/ngx-starter-kit@8e54471))
* **deps:** update angularcli monorepo ([0da303a](xmlking/ngx-starter-kit@0da303a))
* **deps:** update angularcli monorepo ([775360b](xmlking/ngx-starter-kit@775360b))
* **deps:** update angularmaterial monorepo to >=8.1.3 ([e8d06b4](xmlking/ngx-starter-kit@e8d06b4))
* **deps:** update dependency @fortawesome/angular-fontawesome to ^0.5.0 ([6a5c7f5](xmlking/ngx-starter-kit@6a5c7f5))
* **deps:** update nginxinc/nginx-unprivileged docker tag to v1.17.2 ([ab7e050](xmlking/ngx-starter-kit@ab7e050))
* **notifications:** fix notifications delete and make-all-as-read commands ([fc3e683](xmlking/ngx-starter-kit@fc3e683))
* **styles:** fix scss imports issues with latest sass-loader ([0050e9d](xmlking/ngx-starter-kit@0050e9d))

### Features

* **api:** added rest-client tests for VS Code ([521ddc3](xmlking/ngx-starter-kit@521ddc3))
* **api:** adding jetbrain rest/http client testing tool ([15ef31d](xmlking/ngx-starter-kit@15ef31d))
* **api:** API DOCKER:  ADD TINI FOR SIGNAL HANDLING ([456397d](xmlking/ngx-starter-kit@456397d))
* **api:** enhanced search options for projects ([f34a3bf](xmlking/ngx-starter-kit@f34a3bf))
* **api:** experimenting with @nestjs/cqrs ([c2b69f4](xmlking/ngx-starter-kit@c2b69f4))
* **api:** merged e2e projects into parent project ([195ef66](xmlking/ngx-starter-kit@195ef66))
* **api:** now using built-in ParseUUIDPipe ([4710cbb](xmlking/ngx-starter-kit@4710cbb))
* **api:** refactored to share more code between frontend and backend ([ddb088d](xmlking/ngx-starter-kit@ddb088d))
* **api:** renamed drawio file ([be48be6](xmlking/ngx-starter-kit@be48be6))
* **api:** trying typeorm's value transformers ([65bfdce](xmlking/ngx-starter-kit@65bfdce))
* **auth:** switching back to angular-oauth2-oidc ([14e7f17](xmlking/ngx-starter-kit@14e7f17))
* **auth:** switching OpenID Connect provider to Google ([e5d052a](xmlking/ngx-starter-kit@e5d052a))
* **auth:** switching OpenID Connect provider to Google for API ([eff9ad5](xmlking/ngx-starter-kit@eff9ad5))
* **core:** adding AppConfigService to support remote dynamic config ([fc82a8e](xmlking/ngx-starter-kit@fc82a8e))
* **core:** adding custom rxjs operator  retryWithBackoff ([37dffcf](xmlking/ngx-starter-kit@37dffcf))
* **core:** prepare for differential-loading ([6353e4b](xmlking/ngx-starter-kit@6353e4b))
* **deploy:** added OpenShift4 deployment files ([bca7f73](xmlking/ngx-starter-kit@bca7f73))
* **deploy:** using google's distroless base image for node apps ([7f53ed7](xmlking/ngx-starter-kit@7f53ed7))
* **deploy:** using Helm for API deployment ([92add74](xmlking/ngx-starter-kit@92add74))
* **image-comparison:** converted image-comparison js-->ts ([8c285e1](xmlking/ngx-starter-kit@8c285e1)), closes [#121](xmlking/ngx-starter-kit#121)
* **tools:** lib update ([4bb35b3](xmlking/ngx-starter-kit@4bb35b3))
* **utils:** adding new operator 'toClass' ([9d12f8d](xmlking/ngx-starter-kit@9d12f8d))
* **vscode:** fix VS Code settings ([1ba568c](xmlking/ngx-starter-kit@1ba568c))
* **webapp:** added helm chart for angular webapp deployment ([a87dd79](xmlking/ngx-starter-kit@a87dd79))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants