testing

Create a custom annotation to configure Spring Boot tests

A custom annotation in Spring Boot tests is an easy and flexible way to provide the required configuration. We can…

3 years ago

Keycloak with Spring Boot #2 – Spring Security instead of Keycloak in tests

Configuring our Spring Boot API to use Keycloak as an authentication and authorization server can greatly simplify our codebase. However,…

3 years ago

How to test Angular AuthGuard – examples for the CanActivate interface

After adding the routing guards to your project, you need to unit test their methods to make sure that an unauthenticated user is…

6 years ago

Test parent and child components when passing data with input binding

Angular supports the decomposition of components by allowing you to include one into another. To test a component that contains…

7 years ago

Enhance the presentation layer of your multi-layout Angular app

Check out the example of a multi-layout Angular application templates complemented with Bootstrap styles. (more…)

7 years ago

Apply multi-layout to an Angular app

In case of complex projects it is often expected to provide different layouts adapted to the needs of users -…

7 years ago