Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the status of exporting aurelia custom elements to web components?

Tags:

aurelia

What is the status of exporting aurelia custom elements to web components? I can see that there has been some work done on https://github.com/aurelia/web-components but there is no documentation present and it only states "soon".

How will it work? When should we expect it? And most importantly, Is it worth looking into?

like image 972
Andrew Camilleri 'Kukks' Avatar asked Nov 03 '16 09:11

Andrew Camilleri 'Kukks'


1 Answers

It is dependent on the browsers implementing the v1 spec and/or someone creating a polyfill for the v1 spec. Most of the implementation of our plugin is done, pending testing against one or both of the above.

like image 200
EisenbergEffect Avatar answered Oct 20 '22 12:10

EisenbergEffect