Angular @ WPS Part 5: Templates can do More
Part 5 of our “Angular Pattern Library” deals with templates. Today we'll look at one of the most important techniques for correctly modularizing component templest.
Part 5 of our “Angular Pattern Library” deals with templates. Today we'll look at one of the most important techniques for correctly modularizing component templest.
Part 4 of our “Angular Pattern Library” deals with avoiding component class inheritance. When looking at a component, one has to be aware that it consists of a class AND a template. And these two are rather tightly coupled to each other.
This is Part 3 of Best Practices for Not Getting
Using web frameworks has become an extremely popular choice for developing applications. Since last year at WPS we find ourselves developing web applications for our customers using Angular. But its benefits don't come for free. Without a good architecture and appropriate development techniques you may and up in a mess.
Using web frameworks has become an extremely popular choice for developing applications. Since last year at WPS we find ourselves developing web applications for our customers using Angular. But its benefits don't come for free. Without a good architecture and appropriate development techniques you may and up in a mess.