Create RSS Reader In Angular
Angular

Create an Angular RSS reader We are going to create RSS reader in angular, let’s start. Create angular project using below command. $ npm install -g angular-cli (if not installed) $ ng new angular-rss-reader Now just select the app in your terminal. $ cd angular-rss-reader $ ng -o serve Open http://localhost:4200 to see the app…

How To Add Country Flags Icon In Angular Using Bootstrap
Angular

Here, we will learn about how to add countries’ flags in Angular. We have some time this kind of requirements where we need to add the countries flag, so we use the images for it. But we can use the flag-icon-CSS for it, and it will make our task easy.

Integrate Google Maps In Angular
Angular

In this article, we will learn how to integrate Google Maps into our Angular Application. Here we are integrating Google Maps using typescript. We are going to load the Google Maps javascript in the app.component.ts file. If you want to load it globally then you can load it in app.module.ts file. but here we are going…

Subscribe

Select Categories