Open TeodorKolev opened 6 years ago
Please update to angular 6, more than 3 months over after Angular 6 release.
any news about update to angular 7 ?
I just forked the code and updated it to Angular 7 myself. It did break because of some sort of issue with LiveAnnouncer from the Material CDK. But since I don't need it, I commented it out for my needs. And I do have it running with Angular 7.
@drullo Can you make your updated fork public?
I'll probably need to go the same way, as I would like to include this into an Angular 6 application, that should soonish be updated to Angular 7. If I do not run into much trouble with updating to Angular 7 myself I possibly can also drop a PR for @davidenke.
I forked this repo and upgraded it to Angular 7. It can also be found on npm as ngx7-material-keyboard. Simply install it by doing >npm i --save ngx7-material-keyboard and change import statements from @ngx-material-keyboard/core to ngx7-material-keyboard.
I installed the keyboard from ngx7-material-keyboard repo, but still get the LiveAnnouncer error. I currently use Angular 6. Is there a chance to fix this bug?
this also still has the circular depency issue: WARNING in Circular dependency detected: src\app\framework\components\keyboard\src\components\keyboard\keyboard.component.ts -> src\app\framework\components\keyboard\src\services\keyboard.service.ts -> src\app\framework\components\keyboard\src\components\keyboard\keyboard.component.ts
Please add angular Angular/rxjs 6.x.x support