eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
20.06k stars 2.5k forks source link

how can I use it in a angular project? #1023

Closed linpengfei closed 5 years ago

linpengfei commented 6 years ago

I have a angular project, how can I use the ide in the project?

svenefftinge commented 6 years ago

Are you asking about developing your project with Theia or integrating Theia in your angular app?

linpengfei commented 6 years ago

@svenefftinge yes,I mean how can I integrating Theia in my angular app.Can you give me a demo?angular4

svenefftinge commented 6 years ago

Usually, Theia is integrated as an iframe. There are some assumptions that it sits in the document.body element. We should be able to remove that restriction if you could elaborate your motivation and requirements.

linpengfei commented 6 years ago

@svenefftinge In fact,my angular app have some tools,every tool is a module,I can use router to decided what tool to be show to user ,I hope Theia is a module in the app.

bdresdner commented 3 years ago

Hi @linpengfei, were you able to get this to work? I have to do the same thing. Thanks