Tag: Angular 6
In this article, we’ll learn how to get current device information with a browser in Angular. For that, we used the “ngx-device-detector” module. Let’s create a new project to …
In this article, we’ll learn how to print your stuff in Angular. For that, we used the “ngx-print” module. Let’s create a new project to implement a print PDF …
In this article, we’ll learn how to create a star rating using NgBootstrap in Angular. For that, we used the “ng-bootstrap/ng-bootstrap” module. Let’s create a new project to implement …
In this article, we’ll learn how to create a search filter pipe in Angular. For that, we used the “ng2-search-filter” module. Let’s create a new project to implement a …
In this article learn how to sending & getting Routes Parameters in Angular. To get parameters from the route using ActivatedRoute’s snapshot and paramMap method. We take the example …
In this article, we’ll learn how to create file upload using Material Components in Angular. To start implementing File upload first, create a new project in angular for that …
In this article, we learn how to integrate TinyMCE Editor angular application. For integration, we used their official angular module “@tinymce/tinymce-angular” npm package in our application. TinyMCE Editor: Editor …
In this article, we learn how to integrate an owl Carousel in an angular application. For integration, we used “ngx-owl-carousel-o” npm package in our application. OWL Carousel: It help …
In this article, we’ll learn how to display Google Maps in Angular application. For Google maps, we use Angular Google Maps (AGM) Core plugin to embed the map in …
In the last article, we created server API for add, update, delete, and listing data. In this article, we discuss how to test API working or not and creating …