This Angular to-do list, completed as a coding challenge as part of a job interview, showcases accessibility features, the conditional control flow syntax, a modern, block-based template feature that conditionally renders content based on a boolean expression, replacing older *ngIf directives for cleaner, more performant, and readable template logic with built-in @else if and @else support, and use of ElementRef, Renderer2, and ReactiveFormsModule.
Related Posts
C# In Practice — Building Tech Support App
One of the best ways to learn any programming language is, of course, through real practice. Starting from…
Making Dating App Animation in SwiftUI [Video]
In this video, I’ll show you how to make dating app animation in SwiftUI. The first part is…
Moving From Electron to Tauri
Part 1: Interprocess Communication — porting a Typescript-based message system of an Electron App to Tauri and Rust.…
