Is there a way to use Famous-Angular with Meteor.js? I have tried to add the ngMeteor package with Famono and the bower package with famous-angular in the smart.json.
Asked
Active
Viewed 459 times
4 Answers
0
There seems to be some work done for an older release of meteor. Check out https://github.com/Splendsome/meteor-famous-angular

akatov
- 31
- 1
0
Check out angular-meteor a great integration between those two amazing frameworks
And look at this boilerplate (very early WIP) that is using angular-meteor

Idan Wender
- 977
- 8
- 10
-2
why would you want to? That's like asking "how to use meteor with SOAP?" - you don't need to. meteor includes a much simpler to use reactive UI (blaze) that obviates angular. look at the famono package for meteor to get those two cooking together.
look beyond the buzzwords to figure out what you actually need to do.

dcsan
- 11,333
- 15
- 77
- 118
-
2Angular is not only about reacte ui, it's about project and code organization and the flexibility to scaffold everything in a very organized manner, plus DI, plus directives, plus ... plus ... – Arthur Kovacs Mar 07 '15 at 19:00