Heya, am trying to append new lines to termynal after initializing, but am only able to restart the whole animation with new lines.
Am using angular, and the js api:
// Looks like this
ngOnInit() {
this.termynal = new Termynal('#termynal', { ...defaultOptions , lineData });
this.termynal.init();
// So far so good...
}
newLogginngInfo(){
// Now i need to be able to append new lines, witouth removing previous lines/ restarting
//Tried few things already, mixing lineData with manually adding lines on the html file with a loop
}
Will digg around myself for a bit, but if have any suggestions, i would appriciate it... 👍
Heya, am trying to append new lines to termynal after initializing, but am only able to restart the whole animation with new lines.
Am using angular, and the js api:
Will digg around myself for a bit, but if have any suggestions, i would appriciate it... 👍