ngus icon indicating copy to clipboard operation
ngus copied to clipboard

Angular 2 + Famo.us Engine

Results 2 ngus issues
Sort by recently updated
recently updated
newest added

Hi, I'm just wondering how you have solved issue with rendering AngularJS HTML inside Famo.us DOMElement? I'm trying to make a integration of Famo.us and Angular 1.4 and I stumbled...

There's a better way [react-native-renderer](https://github.com/angular/react-native-renderer) [server_dom_renderer](https://github.com/angular/universal/blob/master/modules/server/src/server_dom_renderer.ts) [angular2/src/render](https://github.com/angular/angular/tree/master/modules/angular2/src/render) the api you're looking for is something like ``` typescript @FamousComponent({ tree: '', behaviors: { '#foo': { 'position':[250,50], 'size': [100,100] }, '.bar': {...