최근 포스트

[javascript] What is View Transitions API?

3 분 소요

Angular 17 introduced several groundbreaking features that elevate the web development experience. Among them, one of the most exciting is the native support...

[angular] Control flow - defer

8 분 소요

Deferred views, implemented via the @defer block, reduce an application’s initial bundle size by delaying the loading of code that isn’t strictly necessary f...

[angular] Signal

12 분 소요

Signals, a reactive programming model introduced in Angular 16, streamline the logic for tracking state changes and enhance performance. Unlike RxJS Observab...