vtortola/ng-terminal-emulator

angular 2 implementation?

svenwoldt opened this issue · 8 comments

do you plan on porting this to angular 2?

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

wp07e commented

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

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.