PinnedPublished inStackademicAngular — Deferred Loading using defer block — What you need to knowLazy loading in Angular is an important feature that every developer should know. It helps load components/parts/code on demand and…Oct 1, 20233Oct 1, 20233
Angular Dependency Injection — Inject service inside custom Rxjs operatorsAngular is an opiniated framework. It’s really an excitement to see how its diverging towards developer flexibility and becoming stronger…Oct 19Oct 19
Published inStackademicHow to Enable the New Control Flow or Defer Block in the Angular v17.0.0-next.6?Even though the new Angular control flows or the defer block changes are available on the release v17.0.0-next.6, you cannot directly use…Sep 30, 2023Sep 30, 2023
Published inStackademicAngular — New Control flow with a working exampleIf you are watching recent Angular works, you’d probably know the addition of new control flows with new syntax. The new control flow is…Sep 30, 20233Sep 30, 20233
Published inStackademicAngular signals — using the untracked() function to prevent dependency trackingAngular provided untracked function which allows you to execute any function in a non-reactive context and sometimes it will return values.Sep 5, 2023Sep 5, 2023
Angular Signals🚦: New Change detection strategyThe hype around Angular signals is real. If you are an Angular user, I hope, you already know the answer. Signal is going to be the new…Sep 4, 2023Sep 4, 2023
Published inTowards DevStateless standalone components in AngularSuch an exciting week for the angular community since the Angular v14 is released. Angular v14 is packed with amazing works like Typed…Jun 7, 2022Jun 7, 2022
Published inTowards DevLazy loading non-routable Angular modules — Imperative & Declarative patternAngular modules can be lazy loaded declaratively to have reduced code…Apr 30, 20221Apr 30, 20221
Conditionally lazy load modules in AngularThe lazy loading module is an important feature that helps to improve the performance of an Angular application. This feature is amazing…Apr 22, 20221Apr 22, 20221
How to publish Blazor WebAssembly application to GitHub pages using GitHub ActionIn this post, I am going to show how to add a GitHub Action to your repository that would auto-publish your Blazor WebAssembly application…May 31, 2021May 31, 2021