ended3월 16일· 1 sources

Angular Bootstrap

Angular 부트스트랩: 애플리케이션 초기화 전략

Why it matters

The article explains Angular's bootstrap process, contrasting the standard APP_INITIALIZER approach with a 'Hot Config' method that loads configuration outside the Angular lifecycle. By using a standalone JSON config file and a static StoreService, the RAD Framework avoids race conditions and UI flickering, making configuration available before Angular's DI container initializes.

1
Sources
+0
24h
Growth
181d
Active
AngularBootstrapAPP_INITIALIZERHot ConfigRAD FrameworkStoreService

Sources

Related Issues