Angular
Fundamentals of Angular Directives - What is Modularity?
  •  

Decomposing an Application into Directives

Outline

Let's use a popular website and decompose the application into small units of reusable directives.

Tasks

  1. Visit mlb.com
  2. Take a screenshot of the website
  3. Draw boxes around each reusable section that you can identity that would be a directive.
 

I finished! On to the next chapter