vtortola / ng-terminal-emulator

Toy terminal emulator built with Angular JS.
http://vtortola.github.io/ng-terminal-emulator/
MIT License
153 stars 44 forks source link

angular 2 implementation? #14

Open svenwoldt opened 7 years ago

svenwoldt commented 7 years ago

do you plan on porting this to angular 2?

vtortola commented 7 years ago

Hi! I am afraid I have no short or medium term plans to work on this anymore.

Moulde commented 7 years ago

@svenwoldt did you find an alternative? I'm in the same boat.

svenwoldt commented 7 years ago

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

AlexTo commented 6 years ago

PrimeNG has a terminal emulator for Angular 2/4 https://www.primefaces.org/primeng/#/terminal

wp07e commented 6 years ago

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

svenwoldt commented 5 years ago

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 .

Moulde commented 5 years ago

I ended up using jQuery Terminal Emulator instead. https://terminal.jcubic.pl

Code-Crash commented 5 years ago

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.