Skip to content
Coding Shiksha
  • Home
  • Youtube Channel
  • Privacy Policy

angular

Home » angular » Page 5
Posted inangular

Angular ngx-otp-input Example to Receive One Time Password & Fill it inside TextBox in TypeScript

  Install ngx-otp-input   Install the ngx-otp-input library via npm:   npm i ngx-otp-input     Import NgxOtpInputModule   Add the NgxOtpInputModule to your application. Open app.module.ts and update it…
Posted by geekygautam1997 January 24, 2025
Posted inangular

Angular ngx-print Example to Print HTML Section to PDF in Modal Window With CSS in Browser Using TS

  Install ngx-print   Install the ngx-printlibrary via npm:   npm i ngx-print     Import NgxPrintModule   Add the NgxPrintModule to your application. Open app.module.ts and update it as…
Posted by geekygautam1997 January 24, 2025
Posted inangular

Angular ngx-avatar Example to Create Social Media Profile Avatar Cards in Browser Using TypeScript

  Install ngx-avatar   Install the ngx-avatar library via npm:   npm i ngx-avatar     Import NgxAvatarModule   Add the NgxAvatarModule to your application. Open app.module.ts and update it…
Posted by geekygautam1997 January 24, 2025
Posted inangular

Build a Angular Image Cropper Editor With Live Preview & Controls Using ngx-image-cropper in TS

  npm i ngx-image-cropper     app.module.ts   [crayon-6884f66ae60c1521753375/]     app.component.ts     [crayon-6884f66ae60c6294480884/]     app.component.html     [crayon-6884f66ae60c8260089072/]         FULL SOURCE CODE  
Posted by geekygautam1997 January 24, 2025
Posted inangular

Build a Angular Audio Player From URL With Controls Using ngx-audio-player in Browser Using TS

  npm i ngx-audio-player     app.module.ts   [crayon-6884f66ae6238155588084/]     app.component.ts     [crayon-6884f66ae623d055045827/]     app.component.html     [crayon-6884f66ae623f082327621/] [crayon-6884f66ae6241984939651/]         FULL SOURCE CODE  
Posted by geekygautam1997 January 23, 2025
Posted inangular

Build a Angular Infinite Scroll Component to Load Data in Modal Box Using ngx-infinite-scroll in TS

  npm i ngx-infinite-scroll     app.module.ts   [crayon-6884f66ae6490338214425/]     app.component.ts     [crayon-6884f66ae6494138247786/]     app.component.html     [crayon-6884f66ae6497267119567/]         FULL SOURCE CODE  
Posted by geekygautam1997 January 23, 2025
Posted inangular

Angular ngx-qrcode-styling Example to Generate Colorful Dynamic QRCode From Text in Browser Using TS

  npm i ngx-qrcode-styling     app.module.ts   [crayon-6884f66ae663f498120398/]     app.component.ts     [crayon-6884f66ae6643589447328/]     app.component.html     [crayon-6884f66ae6646525998840/]         FULL SOURCE CODE  
Posted by geekygautam1997 January 23, 2025
Posted inangular

Build a Angular QRCode Reader & Scanner From Webcam & File Using ngx-scanner-qrcode Library in TS

  npm i ngx-scanner-qrcode     app.module.ts   [crayon-6884f66ae685f105301034/]     app.component.ts     [crayon-6884f66ae6864612021910/]     app.component.html     [crayon-6884f66ae6867300180672/]         FULL SOURCE CODE  
Posted by geekygautam1997 January 23, 2025
Posted inangular

Angular ngx-qrcode Example to Generate QRCodes From Text and Download it as PNG Image in TS

  npm i ngx-qrcode     app.module.ts   [crayon-6884f66ae6a64550864995/]     app.component.ts     [crayon-6884f66ae6a69716795134/]     app.component.html     [crayon-6884f66ae6a6b360489257/]         FULL SOURCE CODE  
Posted by geekygautam1997 January 23, 2025
Posted inangular

Build a Angular QRCode Generator From Text and Export as PNG Image Using angularx-qrcode in TS

  npm i angularx-qrcode     app.module.ts   [crayon-6884f66ae6be6701251299/]     app.component.ts     [crayon-6884f66ae6bed620521492/]     app.component.html     [crayon-6884f66ae6bf0789738454/]         FULL SOURCE CODE  
Posted by geekygautam1997 January 23, 2025

Posts pagination

Previous page 1 … 3 4 5 6 Next page

Recent Posts

  • Build Angular PDF-LIB Project to Export Multiple Images to PDF Document in Browser Using TypeScript
  • Build a Angular Project to Export Multiple Images to PDF Document Using jsPDF & Html2Canvas in TS
  • Build a Deno Google Drive Clone File Manager Web App to Upload & Display Files in Browser Using TS
  • Node.js SheetJS Tutorial to Merge Multiple Excel Files into Single Sheet Using xlsx Module
  • Node.js Tutorial to Generate Excel File From JSON Data Using xlsx Module in Terminal

Archives

  • June 2025
  • May 2025
  • April 2025
  • February 2025
  • January 2025
Categories
  • angular
  • c#
  • deno
  • javascript
  • node
  • php
  • python
  • react
  • tutorial
  • Vue
Copyright 2025 — Coding Shiksha. All rights reserved.
Scroll to Top