mikecann / mikecann.blog

Mike Cann's Blog
https://mikecann.blog
3 stars 0 forks source link

Tinkering with Google Polymer and Typescript #107

Open mikecann opened 1 year ago

mikecann commented 1 year ago

Tinkering with Google Polymer and Typescript

http://www.mikecann.co.uk/programming/tinkering-with-google-polymer-and-typescript/

mikecann commented 1 year ago

imported Disqus comment by 'Salai' @2015-01-23 02:18:33_

Great post. I was really looking to combine these 2 Polymer with Typescript. Good example with explanation.
Thanks,

mikecann commented 1 year ago

imported Disqus comment by 'mikeysee' @2015-01-23 07:50:07_

It works pretty well :)

mikecann commented 1 year ago

imported Disqus comment by 'Guest' @2015-04-03 12:07:00_

Thanks for the sample!
I've tried the same approach (now 'webcomponents.js' instead of 'platform.js') to obtain an access to "this.$" in "ready" callback. Unfortunately it gives me 'TypeError: this.$ is undefined' during runtime. Wonder how use to a shadow DOM in TypeScript.

mikecann commented 1 year ago

imported Disqus comment by 'mikeysee' @2015-04-06 01:46:36_

Hey, not sure. I havent done any polymer since this post. Perhaps things have shifted around a little bit since the post..

mikecann commented 1 year ago

imported Disqus comment by 'Antonino Porcino' @2015-06-22 11:43:20_

then you might want to check this repo I've written: https://github.com/nippur72...

mikecann commented 1 year ago

imported Disqus comment by 'mikeysee' @2015-06-23 08:47:50_

Oh nice work, colour me impressed!

mikecann commented 1 year ago

imported Disqus comment by 'Bartolomeo Sorrentino' @2015-08-14 10:21:38_

Concerning it, I've discovered a very useful project https://github.com/nippur72... and I wrote also a Yeoman generator to make easier work with it. https://www.npmjs.com/packa...

mikecann commented 1 year ago

imported Disqus comment by 'mikeysee' @2015-08-18 03:29:57_

Nice! If I do some more tinkering with Polymer ill be sure to look into this.

mikecann commented 1 year ago

imported Disqus comment by 'Juha Järvi' @2015-08-28 01:28:00_

I've combined that with https://github.com/Hypercub... for a really nice combination of Polymer + SystemJS + TypeScript.

Here's an article with all the details, a demo and downloadable code: http://blog.charto.net/type...

mikecann commented 1 year ago

imported Disqus comment by 'mikeysee' @2015-08-28 08:58:16_

Great! Nice work ill be sure to check it out soon :)

mikecann commented 1 year ago

imported Disqus comment by 'Bartolomeo Sorrentino' @2015-08-29 03:03:40_

looks very interesting ;-)