-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading Addons in Angular 2 / Typescript #792
Comments
@DerekTBrown feel free to continue the discussion here or posting a question in the I will be closing this issue since it does not have to do with xterm.js itself, but with how you can use it in a particular context. I am not sure what inelegant means in your case as I have no experience with Angular, but you can try using the |
@DerekTBrown also, if you find a more elegant way to consume xterm.js with Angular, please let us know and we will add it in our documentation website 😄. |
@DerekTBrown I want to use xterm in angular2. But the |
@GavinSong123 did you install the typings? If not, |
@parisk I think the easy solution would be to export the typings from this project directly into the |
@DerekTBrown #335 is inching closer and closer to done. Once that's complete typings will be shipped with the module so it should all just work. |
@DerekTBrown Yes, I had installed |
I am not sure how to import the addons packages when using Angular 2 / Typescript. The solution I came up with is rather inelegant:
The text was updated successfully, but these errors were encountered: