Interesting question. I'm not a super experienced web developer, but I've 
used angular for little while now. Angular (pre 2.0, haven't looked at 2 
yet) is good at organizing into modules and services and has built-in DI, 
which is great, but what really makes it powerful to me are directives and 
2-way binding.
If all you care about is the modules, you can probably use a standard module 
pattern 
<http://www.adequatelygood.com/JavaScript-Module-Pattern-In-Depth.html>.
I don't see anything specifically bad about using it for that though.

Its something you could figure out very quickly I'd say though by making a 
quick single page app POC.

Not super helpful maybe....


On Wednesday, October 21, 2015 at 6:09:18 AM UTC-4, Ivo Pereira wrote:
>
> Hello,
>
> I am coming from jQuery background, however I would like to organize my 
> code into components, and I guess Angular could be a good choice for it.
>
> I've been reading Angular is great choice for one-page applications with 
> some components. However would Angular be a good choice to implement for 
> example just a component in an existing project? Let's say, a chat - like 
> the Facebook one for example. Should I implement some component like that 
> using Angular?
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to