johnpapa / generator-hottowel

Yo generator that creates an Angular app via HotTowel
835 stars 230 forks source link

Convert angular directives into components #140

Closed jahlomp closed 7 years ago

jahlomp commented 8 years ago

I was thinking with the release of angular v1.5.0 (http://angularjs.blogspot.com/2015/11/angularjs-15-beta2-and-14-releases.html), a branch will be created to use some of the features that comes wit it like components. When the version becomes stable, it could then be merged into the master. This will enable hottowel to be ready for angular2 and i also think the component feature is cool.

johnpapa commented 8 years ago

interesting idea ... what do you propose?

jahlomp commented 8 years ago

First of all, we can turn some parts into components by using angular.component.

johnpapa commented 8 years ago

Looking for help on this, if anyone is interested. But we need to get a design doc on it first to see what it would look like and backwards compat.