Ionic Video Player for Mobile and Web using Capacitor Video Player Plugin

4 years ago

Recently I was working on one application development. I want to develop a hybrid video player application. So that with…

Best Angular Chart Libraries

4 years ago

Nowadays, Data analysis is a crucial part of any business application. This helps businesses to make important decisions. It is…

Insert Image from URL in PDF using PDFMake

4 years ago

PDFMake is a popular javascript library for client-side and server-side pdf generation. In my previous article Angular Export to PDF…

Optional Chaining and Nullish Coalescing

4 years ago

TypeScript 3.7 is out and it is released with one of the most awaited features: Optional Chaining and Nullish Coalescing.  If…

Loading External Libraries from CDN in Angular Application

5 years ago

We often required to use external libraries in Angular applications. For example, libraries like Stripe and PayPal for payment, PDFMake…

Deploy Angular App to Netlify directly from Angular CLI

5 years ago

In this article, you will see how to deploy angular application to netlify directly from angular cli using @netlify-builder/deploy.

Angular Export to PDF Using PDFMake

5 years ago

Generating PDF for reports, forms, invoices, and other data is a common use case for any web application. In a…

List of External Library Angular Schematics​

5 years ago

Schematics is a workflow tool for the modern web; it can apply transforms to your project, such as create a…

Angular 7 Features

6 years ago

Big News !!! Angular 7.0.0 is released... It is released with Angular Material 7 and Angular CLI 7. Angular 7 is…

Export to Excel in Angular 8 using ExcelJS​

6 years ago

Recently I was working on one application where I need to export to excel in Angular 8, I need to…