Category: Angular

2 Ways to bind HTML with Angular

In AngularJS, the directive ng-include was used to include HTML content from an external file. This directive does not exist in Angular but can be accomplished using different way.  This tutorial will show 2 Ways...

More

Angular compress image before upload

In the previous tutorial, we discussed the file upload from a Angular Client to a Spring Boot back-end server. Most uploaded files on web are images. It’s always wise to compress and minify before...

More