cmelion
cmelion
@pavanpodila You were looking at the large payload earlier, any progress? I'm going to move the react payload into an async route some time today and see what that buys...
F.Y.I. React integration has been moved into the async about route: http://cmelion.github.io/generator-ng2-webpack/about
Over the last year we've invested a lot into React components. So switching to NG2 is a little more palatable if we demonstrate that said components can be plugged in...
As well, it will be some time before the vast number of Angular 1.x and React components can be ported to native Angular 2.
Setting mangle to true reduces the overall app size by ~400k or about 2/3 of the original size. But it breaks the navigation links. Thought the app itself seems to...
@PavelPZ: oh, interesting. I used to use ng-include extensively back in the 0.9-1.3 days. I've since embraced component based architectures and haven't had a use case that required the dynamic...
I prefer TSX as well for purposes of code coverage. Have you looked at the generated React sub-component (recently moved to the About component)? The generated project allows use of...
http://cmelion.github.io/generator-ng2-webpack/about If you open up the React debug console in chrome tools you can inspect the embedded React component. The notifications are transient but if you're quick, you can inspect...
Hmm, I'll have to think about that.
@henry-martinez would you be interested in doing a PR?