In this article, we going to see how to add Custom Font in your Angular application. In this section, I step through how to add custom font into an Angular 8 application and how to use this throughout the application…
Tag: Angular CLI
Google Fonts is one of the most popular collections of fonts, that you can use in your website or web applications. Most popular of the fonts are providing free by Google Fonts like Roboto, Poppins, Open Sans, etc., this will…
In the article, I show you the best way to use Bootstrap and FontAwesome in your Angular app using NPM. FontAwesome is the biggest icon library to use in the website or applications, here FontAwesome provides over 1500 icons for…
In this article, we going to see how to add ngx-bootstrap with Angular CLI project. One of the main advantage in ngx-bootstrap is you can use the Bootstrap components without the jQuery library. The ngx-bootstrap components are powered by Angular,…
Bootstrap is one of popular HTML, CSS and JavaScript framework for front-end development. This is developed for mobile responsive with better website performance and reduce most of the work. You can download the Bootstrap from clicking here. Now the Bootstrap…
Angular is one of the biggest Javascript frameworks for building new web applications. In 2010 Google created & developed Angular with large community support. Here you can read more details about it. How to Install your first Angular App from…