Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
https://image.mux.com/JSQKDGUQklw9KHZ500o1qjq30000kQU6tLsgxSCfiGaCq4/thumbnail.png?time=0

lesson

A Guide To API Service Layer Testing With The Jest Framework

Not all of our testing for our React app relies so heavily on RTL — some files Jest can handle on its own.

https://image.mux.com/LS014vbi2w2XCm7yvWH202Gx1wNtayKGnwr6R7JVz2xWk/thumbnail.png?time=0

lesson

Using the Interoperability API to convert Http requests to SignalsDemystifying Reactivity with Angular Signals

Here we get to modify the code we wrote previously to fetch data from the server. We go ahead to show the simplicity of Signals by converting the data gotten from the Observable into Signals making use of the Interoperability API.

https://s3.amazonaws.com/assets.fullstack.io/n/20220504151043292_C95F39E2-21CB-4F4F-BCD5-28C1DC999E3C.png

lesson

How to Unit Test Slow API Calls in AngularThe newline Guide to Angular Universal

Next step is to simulate a long-running API and verify how server-side Angular deals with it. This lesson will demonstrate you how to do that.