Is it possible to use Vaadin Components with Angular1 ?

Hi guys!

I have a project in Angular1 and switching over Angular2 or higher is not on the table (the cost would be too much high).
We’d like to modernize the look and use some Vaadin components but looking at the guides, it seems that the integration starts from Angular2+.
Is it possible to use them in Angular1? And if yes, is there any guide around? (We use webpack/gulp in our project)

Thank you in advance!

Vaadin components are in essence web components / custom elements, so any instructions making custom elements work with AngularJS are good. Here’s one that I found with quick googling: https://pascalprecht.github.io/posts/integrating-web-components-with-angularjs/

There might be some edge cases which are hard to work around, but let us know how it goes :slight_smile:

Hi Jouni, thank you so much for your reply. I’ll give it a try and post back with my findings :wink: