Monthly Archive: February 2019

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

Java Stream distinct by property

Java introduced the powerful Stream API to support functional-style operations. This tutorial will show how to find distinct elements of Stream by property or attribute. Find distinct elements natively Returns a stream consisting of...

More