Latest Posts

angular dynamic-components

Day 23 — Dynamic Components: Rendering at Runtime

Learn to render components dynamically using ViewContainerRef and ngComponentOutlet.

Read Article
angular pwa

Day 22 — Progressive Web Apps (PWA): Offline Support & Installation

Convert your Angular app into an installable PWA with offline capabilities.

Read Article
angular animations

Day 21 — Angular Animations & Transitions

Create complex animations: fade ins, list staggering, and keyframes with Angular Animations.

Read Article
angular ssr

Day 20 — Angular SSR: Server-Side Rendering & SEO Mastery

Enable SSR and Hydration for SEO mastery with @angular/ssr.

Read Article
angular deployment

Day 19 — Deployment: Build for Production, Firebase, Vercel & Netlify

Build and deploy Angular apps to Firebase, Vercel, and Netlify with environment management.

Read Article
angular directives

Day 18 — Custom Directives Attribute, Structural & Composition

Build Attribute Directives, Structural Directives (*appRole), and use the Directive Composition API.

Read Article
angular testing

Day 17 — Unit Testing in Angular: Jasmine, Karma & Spies

Learn Unit Testing: Jasmine, Karma, Spies, and testing Components, Services, and Signals.

Read Article
angular ngrx

Day 16 — State Management with NgRx SignalStore

Master modern state management with NgRx SignalStore: State, Computed properties, Methods, and RxJS integration.

Read Article
angular signals

Mastering Angular signals

A deep dive into the new reactivity primitive in Angular 16+.

Read Article