Loading...
Loading...
State management in Angular 17+ and HTTP architecture. Covers Signals (UI state), RxJS (Async/HTTP), and Functional Interceptors.
npx skill4agent add josegusnay/angular-enterprise-skills angular-enterprise-datasignal()computed()input()output()model()viewChild().subscribe()toSignal()tap().pipe()toSignal()HttpInterceptorFncatchErrortakeUntilDestroyed()signal.set(...)signal.update(...)catchErrorcatchError((error: HttpErrorResponse | unknown) => ...)any.subscribe()ObservabletakeUntilDestroyed()asynctoSignal()takeUntilDestroyed()ngOnInittakeUntilDestroyed()DestroyReftoSignal()constructor()inject().push().pipe()any.get<T>().post<T>()