Angular

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…

6 years ago

Fix CORS issues between Spring Boot and Angular on localhost

An Angular app is served by a different host than a Spring Boot API, so reaching for data via REST…

6 years ago

Make Spring Boot surrender routing control to Angular

In a multi module application Spring Boot should surrender routing control to Angular, otherwise trying to access any route other…

6 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…)

6 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 -…

6 years ago

How to create a new Angular project

With Angular CLI you can bootstrap a new project effortlessly. Let's create a new Angular 6 application complemented with Bootstrap…

6 years ago

Integrate Angular with a Spring Boot project

Developing a multi-module application where the backend runs on Spring Boot and the frontend is powered by Angular is far…

6 years ago

Add Material Design for Bootstrap 4 to an Angular project

Material Design for Bootstrap 4 provides an Angular Bootstrap UI KIT. It's built with Angular 6, Bootstrap 4 and TypeScript…

6 years ago

How to change a CSS preprocessor in an Angular project

Angular can maintain any of the major CSS preprocessors. By default the new project is created with the css support,…

6 years ago