core icon indicating copy to clipboard operation
core copied to clipboard

Angular/rxjs 6.x.x support

Open TeodorKolev opened this issue 7 years ago • 7 comments

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

TeodorKolev avatar Jul 16 '18 09:07 TeodorKolev

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

kishore0323 avatar Aug 25 '18 19:08 kishore0323

any news about update to angular 7 ?

alain21218 avatar Oct 24 '18 14:10 alain21218

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 avatar Oct 24 '18 15:10 drullo

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

Kharonus avatar Oct 29 '18 15:10 Kharonus

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.

joskwanten avatar Dec 20 '18 10:12 joskwanten

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?

laura-chesches avatar Jan 09 '19 21:01 laura-chesches

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

originals avatar Apr 09 '19 18:04 originals