본문 바로가기
Angular/Angular Developer Roadmap

Angular 공부순서와 로드맵 목표설정

by chief_sac 2021. 10. 20.
반응형

https://roadmap.sh/angular

 

Developer Roadmaps

Community driven roadmaps, articles, guides, quizzes, tips and resources for developers to learn from, identify their career paths, know what they don't know, find out the knowledge gaps, learn and improve.

roadmap.sh

Angular 개발을 위한 로드맵을 하나 발견하여서 해당 순서를 아래와 같은 순서로 풀면서 하나씩 공부하고 정리해서 이 카테고리에 정리하고자한다.

  • Learn TypeScript Basics
    • What is TypeScript ( 타입스크립트란?)
    • Why use TypeScript ( 왜 타입스크립트를 사용하는가?)
    • Structural Typing ( 구조적인 타이핑)
    • Type Inference ( 유형 추론)
    • Union Types (유니온 타입)
    • Built-in types (내장된 타입)
    • Type Guards ( 타입가드)
  • Learn RxJS Basics
    •  
    • RxJS vs Promises
    • What is Observable LifeCycle (옵저버블 생명주기란?)
    • Marble Diagrams(마블 다이어그램이란)
    • Operators(연산자)
      • Filtering
      • RateLimiting
      • Transformation
      • Combination
  • AngularBasics
    • Angular.js vs Angular
    • Architectural Overview
    • Templates
      • Interpolation
      • Property Binding
      • Event Binding
      • #ref variables
    • Rendering Topics
      • ngIf,<ng-template>
      • ngFor
      • ngClass
      • ngStyle
      • Pipes
    • Forms,Inputs,Validation
    • Services and HTTP
    • Lifecycle Hooks
    • Routing and Guards
  • StateManagement
    • NGXS
    • @ngrx
  • Advanced Topics
    • Creating Custom Directives
    • Creating Custom Pipes
    • Reactive Forms
    • Modules and LazyLoading
    • Dependency Injection & Zones
  • Testing Angular Apps
    • Testing Pipes
    • Service with Deps
    • Component Bindings
    • Testing Directives
    • Component Templates

 

반응형