Robbie Wagner

Results 813 comments of Robbie Wagner

I'm late to this discussion, but I converted the style guide to ES6, specifically with regards to generator-gulp-angular and using ESLint. Please feel free to contribute! https://github.com/rwwagner90/angular-styleguide-es6

@zachlysobey sorry about that. I didn't mean to have issues disabled. I guess it's the default if you fork something. I have enabled them. Please feel free to start up...

@ehartford I would recommend discussing the right way and helping build standards for ES6 over at my fork. https://github.com/rwwagner90/angular-styleguide-es6

@fesor I am happy to discuss any suggestions you may have over on the ES6 fork. Please create issues or PRs there.

I think we could even go a step further and not name it `model` to avoid confusion, but at the very least, I think we should do as @ijlee2 suggests.

@ijlee2 yeah, I think no need to introduce a breaking change right now, but we do need to guard people against making this mistake.

Does this allow switching to colocated components rather than pods? I'm definitely interested in getting this working!

@imagolive tagless and glimmer components should be supported by manually adding `class={{this.styleNamespace}}` to the markup. We've been doing that for tagless for awhile.

@webark any updates? Anything we can help with?

@webark perhaps this is out of scope, but is there any planned support for glimmer components?