Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. # Angular for Architects: Data Patterns (Day 0)
  2.  
  3. How do you follow the best practices and set yourself up to successfully maintain your application? Are you meeting your business requirements and considering resiliency patterns? How do you log critical app activity, manage shared state, and design your components?
  4.  
  5. Once you graduate from Angular fundamentals it's time to shift your focus to architectural concepts, best practices, and how to solve challenging tasks. That’s the purpose of the Angular for Architects workshop series. Each day of this workshop series can be taken separately, while each focuses on patterns essential to your app's success. Day 0 focuses on data patterns, Day 1 focuses on component patterns, and Day 2 focuses on Full stack patterns.
  6.  
  7. *This is Angular for Architects: Data Patterns*
  8.  
  9. These data patterns help you tackle using data in your applications to solve everyday architecture challenges.
  10.  
  11. What you will learn Angular for Architects: Data Patterns:
  12.  
  13. - Component's View models
  14. - Interface and class patterns
  15. - Consuming data
  16. - Subjects and RxJS Operators
  17. - Ngrx patterns
  18. - Ngrx/Data patterns
  19.  
  20. > Note: We recommend taking all three days of the Angular for Architects workshop series together for the best experience. However, the series is designed so you can choose which day has the most value for you. Consider joining the other days in the series to learn more in the Angular for Architects: Component Patterns and Angular for Architects: Full Stack Patterns workshop days.
  21.  
  22. This workshop builds on your Angular foundations, adding expert tips and techniques helping you scale your apps and become more productive.
  23.  
  24. Requirements
  25. - Basic Angular knowledge
  26. - Come prepared with Node 10.16.y (or latest LTS), latest Angular CLI
  27. - Visual Studio Code is highly recommended, but optional
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement