DEV Community

Cover image for Stanikmas, Lynn. (2025). CodeChallenge. GitHub.
Lynn Stanikmas
Lynn Stanikmas

Posted on

Stanikmas, Lynn. (2025). CodeChallenge. GitHub.

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.

https://github.com/l-stanny/code-challenge

Top comments (0)