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

angular

Home » angular » Page 5
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-683e5a51481e6873276901/]     app.component.ts     [crayon-683e5a51481ec675918150/]     app.component.html     [crayon-683e5a51481ef763080703/]         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-683e5a5148372614230957/]     app.component.ts     [crayon-683e5a5148377866294004/]     app.component.html     [crayon-683e5a514837a720650006/] [crayon-683e5a514837c358653333/]         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-683e5a51485d7309429984/]     app.component.ts     [crayon-683e5a51485dd393133176/]     app.component.html     [crayon-683e5a51485df551072368/]         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-683e5a5148790032898579/]     app.component.ts     [crayon-683e5a5148797747035530/]     app.component.html     [crayon-683e5a514879b936268233/]         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-683e5a514899d221448829/]     app.component.ts     [crayon-683e5a51489a2877168507/]     app.component.html     [crayon-683e5a51489a6569869956/]         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-683e5a5148ba4616429727/]     app.component.ts     [crayon-683e5a5148ba9168951896/]     app.component.html     [crayon-683e5a5148bab072301026/]         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-683e5a5148d17221000011/]     app.component.ts     [crayon-683e5a5148d1c490241918/]     app.component.html     [crayon-683e5a5148d1e494464204/]         FULL SOURCE CODE  
Posted by geekygautam1997 January 23, 2025
Posted inangular

Angular Tutorial to Integrate Google Maps API to Render Maps With Markers @angular/google-maps in TS

  How to Use @angular/google-maps to Integrate and Show a Map with Markers in Your Angular Project   The @angular/google-maps package makes it easier to integrate Google Maps into your…
Posted by geekygautam1997 January 23, 2025
Posted inangular

Angular ngx-google-places-autocomplete Example to Build Google Places & Maps Autocomplete Form Field

  ngx-google-places-autocomplete   This module is a wrapper for Google Places Autocomplete js library.   Installation   npm i ngx-google-places-autocomplete     Integration   Add google library in your index.html…
Posted by geekygautam1997 January 22, 2025

Posts pagination

Previous page 1 … 3 4 5 6 Next page

Recent Posts

  • Python 3 Bokeh Library Script to Plot CSV Data as Interactive & Colorful HTML Web Charts in Browser
  • Python 3 Seaborn & Matplotlib Export Pandas Data Visualization Charts From CSV File & to Image & PDF
  • Python 3 Matplotlib Script to Create Data Visualization Charts From CSV File & Export to Image & PDF
  • Python 3 StackExchange API to Web Scrape Stackoverflow Questions of Any Topic and Export it in CSV File
  • Python 3 Github API V3 Web Scraping Script to Scrape Github User Profile Info & Save it in Excel File

Archives

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