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-6875d18a51bfe189703982/]     app.component.ts     [crayon-6875d18a51c03446556587/]     app.component.html     [crayon-6875d18a51c05202419030/]         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-6875d18a51d7b293628967/]     app.component.ts     [crayon-6875d18a51d7f951473101/]     app.component.html     [crayon-6875d18a51d81670937081/] [crayon-6875d18a51d83014609605/]         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-6875d18a51fa9755145170/]     app.component.ts     [crayon-6875d18a51fae022897447/]     app.component.html     [crayon-6875d18a51fb0408310121/]         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-6875d18a521f9684741562/]     app.component.ts     [crayon-6875d18a521fe128827727/]     app.component.html     [crayon-6875d18a52200406476722/]         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-6875d18a5241a065420420/]     app.component.ts     [crayon-6875d18a5241f353411032/]     app.component.html     [crayon-6875d18a52422678336701/]         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-6875d18a52602569310501/]     app.component.ts     [crayon-6875d18a52608708923371/]     app.component.html     [crayon-6875d18a5260c443084794/]         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-6875d18a52775942837467/]     app.component.ts     [crayon-6875d18a5277a172153534/]     app.component.html     [crayon-6875d18a5277d124667443/]         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