iTwin / viewer

Monorepo that contains the iTwin Viewer npm packages and their related packages
MIT License
25 stars 16 forks source link

Angular Viewer #140

Closed kckst8 closed 2 years ago

kckst8 commented 2 years ago

Create a basic Viewer sample with Angular. Can use this repo as a model. The goal is to have a new repo (viewer-sample-angular) in the iTwin org that provides an example of a simple viewport, similar to the Typescript sample, that is built with Angular components. Should use the latest version and tools (13? + CLI?)

michalfilaaecom commented 2 years ago

Any updates regarding angular sample repo? Would love to see angular example up and running.

MattPil29 commented 2 years ago

Hi, We have a need to plug the iTwin viewer into an angular app. Any update on this issue or its objective would be appreciated: Support "built-in" and runtime Extensions that are UI technology agnostic (i.e. does not rely on React, Angular, Vue.js, etc.)

aruniverse commented 2 years ago

Our angular sample has been published, you can find it here: https://github.com/iTwin/viewer-sample-angular

aruniverse commented 2 years ago

Any update on this issue or its objective would be appreciated: Support "built-in" and runtime Extensions that are UI technology agnostic (i.e. does not rely on React, Angular, Vue.js, etc.)

We've published initial support for extensions as of our itwinjs-core 3.2 release. Please take a look at our docs for Extensions. If you have any further questions about extensions I recommend creating a discussion post in the itwinjs-core repository.