Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

AngularJS: Is using controllers, service and directives pretty common?

I am new to Angular and wonder if the great PluralSight video called "AngularJS Forms Using Bootstrap and MVC 5" is right on the money.  It explains the architecture using AngularJS controllers, services and directives.

When you combine with MVC5, that will mean there will be controllers on both the front and back ends. Does this mean the client side is also using MVC?

Is this a common pattern for Angular?

Curious.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Mrunal
Mrunal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

Are there other UI frameworks which use the MVC paradigm?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks!

why is it called "MV* framework"? Is there anything but 'C' that could replace the wildcard character?