Michael Prentice

Results 402 comments of Michael Prentice

Yeah, I haven't heard about the plans for the SDK yet. I know that the Explorer program is over, but I would imagine that they would have the same SDK...

Thankfully [this PR](https://github.com/conventional-changelog/conventional-changelog/pull/801#event-5826026453) for handlebars got merged. It looks like it was released as part of https://www.npmjs.com/package/conventional-changelog-writer `v5.0.1`. I haven't tried to reinstall in my project yet and see if...

Yeah, this getting pretty far off-topic, but DevRel mentioned yesterday that any support for Firefox would be evaluated based on community demand/feedback and balanced against other priorities.

I haven't had a chance to try it yet and it's still alpha (beta soon), but another option might be https://github.com/angular/flex-layout. I think that there are more reasons to use...

Seems to be a dupe of https://github.com/vaadin/angular2-polymer/issues/86. Note that the Angular CLI beta.22 is quite broken in a number of ways.

Angular CLI beta.23 is out and [fixes an issue](https://github.com/angular/angular-cli/commit/db25183341a43eab8f02f33938294a9cac8b5da3) with stripping out custom decorators. It looks like this will still be a problem due to #86 though.

I have been seeing issues with material2 styles and it looks like this is the culprit. It's unfortunate that this is still sitting here unassigned :( @Saulis Do you know...

Actually, I debugged my issues further and with or without the `is="custom-style"` there was no change in behavior or Material2 styles. I found that I needed to configure Material2's new...

@jaichandra @logvi you can see the repo [here](https://github.com/gdg-x/nexus) and I have a blog post about upgrading from Angular 2 RC.4 and getting this working again [here](https://blog.devintent.com/upgrade-from-angular-2-rc4-to-final-with-angular-cli-7ef590b2d35d#.kbqgd8hgx).

@logvi the styles aren't overwritten, they just get the `is="custom-style"` attribute added to them. It doesn't break anything for me. What problem are you seeing exactly?