Understanding Angular (from XAML perspective)

After working with Angular for a bit on a project, I wanted to write something to help me solidify in my head the principles and patterns behind Angular JS. At a high level, Angular is an MVC or MV* pattern implementation.  Of course, I am talking about Model-View-Controller or in more general terms Model-View-Some_Other_Component_That_Puts_View_And_Model_Together.  Coming  …

Continue reading ‘Understanding Angular (from XAML perspective)’ »