최근 포스트

[angular] Standalone의 개념과 main.ts의 중요성

6 분 소요

Angular는 애플리케이션 아키텍처를 간소화하고 성능을 최적화하기 위한 여러 기능을 도입했습니다. 그중에서도 가장 중요한 변화인 Standalone는 Angular 애플리케이션 개발 방식에 큰 변화를 가져온 중요한 기능입니다. 기존의 NgModule 기반 아키텍처에서 벗어나 컴포...

[angular] Manage Modal with Angular Route

1 분 소요

Opening and closing modals in Angular can be achieved through various methods. This article explores controlling modals using routes, a straightforward and e...