Open svenwoldt opened 7 years ago
Hi! I am afraid I have no short or medium term plans to work on this anymore.
@svenwoldt did you find an alternative? I'm in the same boat.
Yes I wrote my own adaptation for it. Its like 8 months old though. Havent used it recently standalone. Feel free to try it out, if it does not work out of the box let me know and I will try to update some dependencies. I remember my version has problems with the scroll library I am using as in the scroll should be reversed but never did that :-( Maybe you are able to fix it or maybe try to change it with angular smooth scroll. Anyway here the link have a look hope it helps you. Feel free to fork, create pull requests or issues for it. https://github.com/svenwoldt/ng2-terminal-emulator Regards
PrimeNG has a terminal emulator for Angular 2/4 https://www.primefaces.org/primeng/#/terminal
@svenwoldt I just tried yours and it works great! I really like the effects too!. There was a small import bug but other than that it works pretty much out of the box. I'm running Angular 6 as well. I'll make sure to mention it to others.
great to hear its useful to you!
On Wed, 19 Sep 2018 at 07:28, Phillip Walker notifications@github.com wrote:
@svenwoldt https://github.com/svenwoldt I just tried yours and it works great! I really like the effects too!. There was a small import bug but other than that it works pretty much out of the box. I'm running Angular 6 as well. I'll make sure to mention it to others.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vtortola/ng-terminal-emulator/issues/14#issuecomment-422658244, or mute the thread https://github.com/notifications/unsubscribe-auth/AFRTWmkFebsedCggTLGrnecomKTxrnA5ks5ucdXngaJpZM4L_bg7 .
I ended up using jQuery Terminal Emulator instead. https://terminal.jcubic.pl
Hi, I working on angular 2 Terminal, here is the link. https://www.npmjs.com/package/cc-terminal To use this, you can check the src/app/app.module.ts and src/app/app.component.html
Currently, it does not support more commands, I will add some extra command and support to write your own commands as soon as I can.
Please do create issues if you found or you can do contribute to it if anyone like.
Thanks.
do you plan on porting this to angular 2?