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-68a0401fcb933017303149/]     app.component.ts     [crayon-68a0401fcb939132852881/]     app.component.html     [crayon-68a0401fcb93d326638584/]         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-68a0401fcbad7548132648/]     app.component.ts     [crayon-68a0401fcbadd708597811/]     app.component.html     [crayon-68a0401fcbae1439676209/] [crayon-68a0401fcbae5410213482/]         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-68a0401fcbd69064475639/]     app.component.ts     [crayon-68a0401fcbd6f770998691/]     app.component.html     [crayon-68a0401fcbd74949519191/]         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-68a0401fcbf34535465743/]     app.component.ts     [crayon-68a0401fcbf3a559928496/]     app.component.html     [crayon-68a0401fcbf3d720184259/]         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-68a0401fcc145026226254/]     app.component.ts     [crayon-68a0401fcc14c253315122/]     app.component.html     [crayon-68a0401fcc151682251141/]         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-68a0401fcc370554612402/]     app.component.ts     [crayon-68a0401fcc377842623901/]     app.component.html     [crayon-68a0401fcc37b680915582/]         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-68a0401fcc4f3546634507/]     app.component.ts     [crayon-68a0401fcc4f9077755413/]     app.component.html     [crayon-68a0401fcc4fc659096590/]         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