Alfredo Perez

Alfredo Perez

Follow
Follow
homeNotesTILLinksbadgesnewsletter
Tag

Angular

#angularjs

More content

Read more stories on Hashnode


Articles with this tag

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

Using Prettier in Angular HTML

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...

Using Prettier in Angular HTML

Achieving a better developer experience in your integration tests with StoryBook and Cypress

Jun 13, 20237 min read

At SailPoint, end-to-end (E2E) tests were one of our biggest user interface (UI) workflow problems. We used Selenium for our E2E tests, which made it...

Achieving a better developer experience in your integration tests with StoryBook and Cypress

Testing NgRx Effect using observer-spy

Sep 25, 20203 min read

Have you tried the observer-spy library by Shai Reznik? https://github.com/hirezio/observer-spy It particularly makes testing ngrx effects an easy...

Testing NgRx Effect using observer-spy

Where to initialize components selectors in Angular?

Sep 16, 20201 min read

TL;DR When using the selector in the component, it is recommended not to initialize them in the declaration but instead initialize them in the...

Where to initialize components selectors in Angular?

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