You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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... 👍
The text was updated successfully, but these errors were encountered:
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... 👍
The text was updated successfully, but these errors were encountered: