PatrickJS

Results 187 comments of PatrickJS

good idea but I think that out of scope of this module but could be created as another one

all you would need to do is detect a @Component without a template or style then inject them with require just as it's done here. The only downside is that...

https://support.google.com/legal/contact/lr_counternotice?product=websearch

+1 for the name ![](http://stream1.gifsoup.com/view3/1439652/360-no-scope-o.gif)

https://github.com/angular/angular/blob/master/modules/angular2/src/platform/browser/title.ts

yeah live reloading is a must and is next on the list

@decadef20 do you think we can gather all the `props` assignments in `state` and move them into `onMount`?

yeah maybe we should change onInit to work sooner for this case

actually if we just require this to happen in onInit then we can avoid all this. Ideally any prop on state can be refactored into onInit then when we generate...