Angular

Fundamentals of Angular - Organizing an Angular Application

Outline

Welcome to the Fundamentals of Angular Course - Organizing an Application

By the end of this section you will be comfortable organizing the code in your application into components and services and breaking up your application into child services

In This Section of the Course, You Will Learn:

  • What are modules, and the app module
  • What are services, and how to use them to organize your application state and logic
  • How to create components and services
  • How to divide up your application using child components
  • How to communicate between child and parent components
  • How to organize the CSS in your application
  • How to use components and services together
 

I finished! On to the next chapter