Category: Angular2+
In this article, we’ll learn image transition slider in Angular. For that, we used the “ngx-acuw” module. ngx-acuw is a collection of components for Angular made with the 3D …
In this article, we’ll learn pdf viewer in Angular. For that, we used the “ng2-pdf-viewer” module. The ng2-pdf-viewer is a package exclusively built for creating or implementing PDF viewer …
In this article, we’ll learn swiper image slider in Angular. For that, we used the “ngx-useful-swiper” module. Swiper slier is the most modern free mobile touch slider with hardware …
In this article, we’ll learn how to upload images, preview images,s and crop images in Angular. For that, we used the “ngx-image-cropper” module. Let’s create a new project to …
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 …