Skip to main content
angular4-layout-theme-bootstrap4

How to Convert Bootstrap 4 theme into Angular 4 Layout

Angularjs is a very popular js framework. This tutorial help to create a layout into angular2/4.We will convert our Bootstrap HTML theme into angularjs layout with routes. I am taking a sample bootstrap theme that will have header, footer and sidebar. I will convert them into separate partial files and use into the master layout to render all portions.

Read More
reverse-geocoding-with-angular4

Google MAP Reverse Geocoding Example Using AGM and Angular 8/9

This is another angular 4 tutorial that helps to add Angular Google Map module. This angular4 map tutorial help to find city name using reverse geocoding and display city name into map, which is defined by a latitude and a longitude. The AGM has a Zoom level for map, the zoom value varies between 1 and 20, 20 being the most zoomed-in value, and 1 being the most zoomed-out.

Read More