Jeroen Overschie
Jeroen Overschie
Hi @yannski! First of all, thanks for your interest in ember-polymer. You can use these components with ember-polymer, yes. However, you will need to create value bindings yourself, similarly like...
Any progress on this?
Thanks @MeTaNoV , your component looks very promising!
Good point! Thanks for opening the issue. I will look into [excluding node incompatible third party libraries](https://ember-fastboot.com/docs/addon-author-guide#third-party-dependencies) when the `EMBER_CLI_FASTBOOT` environment variable is true.
The `EMBER_CLI_FASTBOOT` environment variable seems to have been deprecated in Fastboot 1.x versions, investigating on using [this strategy](https://github.com/ember-fastboot/ember-cli-fastboot#build-hooks-for-fastboot) now.
Progress made will be commited to [fastboot-support](https://github.com/dunnkers/ember-polymer/tree/fastboot-support) branch. Using following resources as guidelines: - https://github.com/ember-fastboot/ember-cli-fastboot#disabling-incompatible-dependencies - https://github.com/ember-fastboot/ember-cli-fastboot/issues/413 - https://gist.github.com/kratiahuja/d22de0fb1660cf0ef58f07a6bcbf1a1c#using-processenvember_cli_fastboot-to-run-import-in-browser-build.