Alfredo Perez

Alfredo Perez

Follow
homeNotesTILLinksbadgesnewsletter
Series

TIL

Today I Learned Series!

Articles in this series

Angular 11 - Setting up Jest

Jul 6, 20201 min read

This is a quick guide to setting up Jest in your new Angular 10 application. 1. Install Jest npm install jest @types/jest jest-preset-angular...

Angular 11 - Setting up Jest

TIL: nuggets from ng-conf 2023

Jul 22, 20237 min read

Here are some of the best shiny new things and innovations from ng-conf 2023, where Angular enthusiasts came together to share their know-how and...

TIL: nuggets from ng-conf 2023

Prettifying HTML in Angular

Sep 19, 20233 min read

Do you have a hard time reading the HTML of your components? You are not alone, and many factors can contribute to this. However, today I will show...

Prettifying HTML in Angular