Ahmad El-Banna

Results 11 comments of Ahmad El-Banna

@lvarayut @keonkim if you decide to go with MongoDb and mongoose ,have a look at https://github.com/RisingStack/graffiti-mongoose, I think it will remove a lot of redundant work with graphQL

Greate I will try it out thank you @janfabian

@nodkz thank you for adding rootSubscription, I will try to take it from here, I will use the article @atteia provided and do an example

OK I think I've find a way to do it , https://famo.us/integrations/angular/faq/ under the q Can I use existing (vanilla) Famo.us components in F/A? thanx Hein you did a great...

I will wrap all of you component's in angular directives ,and it will be available to the angular/famous

Can you please give me instruction about how to build all of your code into single file ,to remove require.js and src folder ,this will help the angular people to...

Not yet but I will relocate your code in angular module from the beginning , and use famous-global.js , to remove require.js dependency

I need to follow your dependency tree and replace it with angular DI , for example the LayoutUtility will be declared as angular factory angular.module('famous-flex').factory('LayoutUtility',['$famous',function($famous){ // import dependencies var Utility...

cool that's exactly what I need