ngx-material-keyboard / core

Onscreen virtual keyboard for Angular ≥ 5 (https://angular.io/) using Angular Material (https://material.angular.io/).
https://ngx-material-keyboard.github.io/core/
98 stars 118 forks source link

Angular/rxjs 6.x.x support #73

Open TeodorKolev opened 6 years ago

TeodorKolev commented 6 years ago

Please add angular Angular/rxjs 6.x.x support

kishore0323 commented 6 years ago

Please update to angular 6, more than 3 months over after Angular 6 release.

alain21218 commented 6 years ago

any news about update to angular 7 ?

drullo commented 6 years ago

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.

Kharonus commented 6 years ago

@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.

joskwanten commented 5 years ago

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.

laura-chesches commented 5 years ago

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?

originals commented 5 years ago

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