InngconfbyRainer Hahnekamp·Mar 8, 2024How do I test Signal & Model Inputs?This article explains how to test Signal and Model Inputs, which are the input() and the model() functions.A response icon1A response icon1
InngconfbyRainer Hahnekamp·Mar 7, 2024How do I test Signals (signal, computed, effect)?Signals as lightweight “reactive primitive” will shape the future of Angular applications. At the time of this writing, signal() and…A response icon2A response icon2
InngconfbyRainer Hahnekamp·Mar 5, 2024How do I test using the RouterTestingHarness?Historically, creating a test involving the routing context without mocking it has been challenging. This is mainly due to…
InngconfbyRainer Hahnekamp·Mar 5, 2024How do I test code using inject()?This article discusses testing Angular code, which uses the inject function for dependency injection.
InngconfbyRainer Hahnekamp·Mar 5, 2024How do I test and mock Standalone Components?If you prefer the kind of tests that minimize mocking as much as possible, you will be pretty happy with Standalone Components. Gone are…A response icon1A response icon1
InngconfbyRainer Hahnekamp·Jan 25, 2024NgRx Signal Store: The Missing Piece to SignalsBefore the arrival of Signals, state management fell into the responsibility of third-party libraries. Signals opened a new chapter.A response icon4A response icon4
InngconfbyRainer Hahnekamp·Nov 30, 2023Local Change Detection in AngularAngular 16 introduced Signals as a pivotal feature, setting the stage for future applications and laying the foundation for a zoneless…A response icon4A response icon4
InngconfbyRainer Hahnekamp·Sep 7, 2023Fassade Pattern in NgRxDieser Artikel behandelt das Fassaden Pattern in NgRx. Der Autor setzt voraus, dass ein entsprechendes Grundwissen im Umgang mit NgRx…
InngconfbyRainer Hahnekamp·Sep 7, 2023NgRx Facade PatternThis article covers the Facade pattern in NgRx. The reader must have a basic understanding of NgRx or a similar state management library.A response icon8A response icon8
InBetter ProgrammingbyRainer Hahnekamp·Nov 8, 2022Type-Safe TypeScript with Type NarrowingA guide to common patterns to boost your project’s type safetyA response icon1A response icon1