{"id":1658,"url":"https://github.com/is2ei/awesome-angular-components","name":"awesome-angular-components","description":"Catalog of Angular 2+ Components \u0026 Libraries","projects_count":123,"last_synced_at":"2026-05-26T13:00:18.248Z","repository":{"id":53124828,"uuid":"228197299","full_name":"is2ei/awesome-angular-components","owner":"is2ei","description":"Catalog of Angular 2+ Components \u0026 Libraries","archived":false,"fork":false,"pushed_at":"2021-04-05T18:41:50.000Z","size":344,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-09T23:02:47.222Z","etag":null,"topics":["angular","awesome-list"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/is2ei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-15T14:26:47.000Z","updated_at":"2023-02-02T20:17:05.000Z","dependencies_parsed_at":"2022-09-08T11:51:12.420Z","dependency_job_id":null,"html_url":"https://github.com/is2ei/awesome-angular-components","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/is2ei/awesome-angular-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/is2ei%2Fawesome-angular-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/is2ei%2Fawesome-angular-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/is2ei%2Fawesome-angular-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/is2ei%2Fawesome-angular-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/is2ei","download_url":"https://codeload.github.com/is2ei/awesome-angular-components/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/is2ei%2Fawesome-angular-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33521333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T03:12:49.672Z","status":"ssl_error","status_checked_at":"2026-05-26T03:12:47.976Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"created_at":"2024-01-04T18:13:55.348Z","updated_at":"2026-05-26T13:00:18.249Z","primary_language":"JavaScript","list_of_lists":false,"displayable":true,"categories":["UI Components","Frameworks","Official resources","Projects using Angular","Services","Tools"],"sub_categories":["Form","Notification","Loader","Charts","Table","Admin Template","Overlay","Tree","Menu","Map","Infinite Scroll","Parallax","Carousel","Social Sharing","PDF","Markdown","Calendar","Miscellaneous","Tooltip","Audio / Video","Icons","Time","Other","QR Code","Link Preview"],"readme":"awesome-angular-components\n===\n\n[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\nYet another curated List of Angular 2+ Components \u0026amp; Libraries. \n\n:arrow_double_down: - Low maintenance repository  \n:coffin: - Archived repository  \n\n## Table of Contents\n- [Official resources](#official-resources)\n- [Projects using Angular](#projects-using-angular)\n- [UI Components](#ui-components)\n  - [Calendar](#calendar)\n  - [Form](#form)\n  - [Table](#table)\n  - [Tooltip](#tooltip)\n  - [Notification](#notification)\n  - [Loader](#loader)\n  - [Overlay](#overlay)\n  - [Parallax](#parallax)\n  - [Icons](#icons)\n  - [Menu](#menu)\n  - [Minus Plus Input](#minus-plus-input)\n  - [Carousel](#carousel)\n  - [Charts](#charts)\n  - [Time](#time)\n  - [Map](#map)\n  - [Audio / Video](#audio--video)\n  - [Infinite Scroll](#infinite-scroll)\n  - [Pull-to-refresh](#pull-to-refresh)\n  - [Markdown](#markdown)\n  - [PDF](#pdf)\n  - [Tree](#tree)\n  - [Social Sharing](#social-sharing)\n  - [QR Code](#qr-code)\n- [Services](#services)\n\n## Official resources\n- [angular/components](https://github.com/angular/components) - Component infrastructure and Material Design components for Angular\n\n## Projects using Angular\n\n- [crafted/crafted](https://github.com/crafted/crafted) - Utilities and components to build apps\n- [ngxtools/ngx.tools](https://github.com/ngxtools/ngx.tools) - ⚡️Discover any Angular module/library/schematic/package hosted on NPM⚡️\n- [oppia/oppia](https://github.com/oppia/oppia) - Tool for collaboratively building interactive lessons.\n\n## Tools\n\n- [Jefiozie/ngx-aws-deploy](https://github.com/Jefiozie/ngx-aws-deploy) - ☁️🚀 Deploy your Angular app to Amazon S3 directly from the Angular CLI 🚀☁️\n\n## UI Components\n\n### Calendar\n\n*Display non-editable events in a Calendar*\n\n- [mattlewis92/angular-calendar](https://github.com/mattlewis92/angular-calendar) - A flexible calendar component for angular 6.0+ that can display events on a month, week or day view.\n\n### Form\n\n*Let the user create \u0026 edit data*\n\n#### Date Picker\n\n*Date / datetime / time Picker*\n\n- [akmittal/angular2-datepicker](https://github.com/akmittal/angular2-datepicker) - Angular2 date time picker\n- [adibro500/ngx-adibro-datetime-picker](https://github.com/adibro500/ngx-adibro-datetime-picker)\n- [albertnadal/ng2-daterange-picker](https://github.com/albertnadal/ng2-daterange-picker) - Light and simple date range picker component for Angular2 based on Material\n- [asdftu/ng-time-picker](https://github.com/asdftu/ng-time-picker) - IOS style time-picker for angular\n- [ashishgkwd/ngx-mat-daterange-picker](https://github.com/ashishgkwd/ngx-mat-daterange-picker) - Date range picker component based of Angular Material Calendar component and configurable date presets. Packaged using ng-packagr.\n- [BhavinPatel04/ngx-datetime-range-picker](https://github.com/BhavinPatel04/ngx-datetime-range-picker) - Angular material datetime range picker with daily, weekly, monthly, quarterly \u0026 yearly levels\n- [changhuixu/date-range-picker](https://github.com/changhuixu/date-range-picker) - An angular component for Date Range Picker using ng-bootstrap\n- [cswarb/ngx-aircal](https://github.com/cswarb/ngx-aircal) - ngx-aircal is a modern, configurable and lightweight Angular date range picker.\n- [dalelotts/angular-bootstrap-datetimepicker](https://github.com/dalelotts/angular-bootstrap-datetimepicker) - Native Angular date/time picker component styled by Twitter Bootstrap\n- [DanielYKPan/date-time-picker](https://github.com/DanielYKPan/date-time-picker) - Angular Date Time Picker (Responsive Design)\n- [djsiddz2/djsiddz-dtp](https://github.com/djsiddz2/djsiddz-dtp) - Date Time Picker module for your Angular 5 apps\n- [fingerpich/jalali-angular-datepicker](https://github.com/fingerpich/jalali-angular-datepicker) - Highly configurable jalali (shamsi, khorshidi, persian) date picker built for Angular ( 2 or more ) applications\n- [h2qutc/ngx-mat-datetime-picker](https://github.com/h2qutc/ngx-mat-datetime-picker) - Angular Material Datetime Picker\n- [jkuri/ng-daterangepicker](https://github.com/jkuri/ng-daterangepicker) - Angular Date Range Picker inspired by PayPal's one\n- [kekeh/angular-mydatepicker](https://github.com/kekeh/angular-mydatepicker) - Angular datepicker and date range picker 📅\n- [kekeh/mydatepicker](https://github.com/kekeh/mydatepicker) - Angular 2+ date picker\n- [kekeh/ngx-mydatepicker](https://github.com/kekeh/ngx-mydatepicker) - Angular 2+ attribute directive datepicker\n- [martre3/ngx-dates-picker](https://github.com/martre3/ngx-dates-picker) - Angular 2+ datepicker component with no JQuery dependency.\n- [NilavPatel/np-ui-time-picker-package](https://github.com/NilavPatel/np-ui-time-picker-package) - angular 8 custom time picker component\n- :coffin: [nkalinov/ng2-datetime](https://github.com/nkalinov/ng2-datetime) - Datetime picker plugins wrapper for Angular2+\n- [owsolutions/amazing-time-picker](https://github.com/owsolutions/amazing-time-picker) - Timepicker (Clock Picker) for Angular 2, Angular 4 and Angular 5, Angular 6, Angular 7 - Compatible with Angular Material\n- [qqnc/ngx-daterangepicker](https://github.com/qqnc/ngx-daterangepicker) - the date range picker mimic from daterangepicker.js in Angular 2+/6/7 way\n- [redplane/ngx-datetime-picker](https://github.com/redplane/ngx-datetime-picker) - Collection of tools which can be used in Angular 4\n- [RenovoSolutions/ngx-datetimepicker](https://github.com/RenovoSolutions/ngx-datetimepicker) - An Angular component for a customizable date and time picker\n- [RezaT1994/ir-datetimepicker](https://github.com/RezaT1994/ir-datetimepicker) - Angular 6 persian datetime picker\n- [yannickebongue/ngx-material-time-select](https://github.com/yannickebongue/ngx-material-time-select) - The time select allows users to enter a time either through text input, or by choosing a time from the select panel\n- [vlio20/angular-datepicker](https://github.com/vlio20/angular-datepicker) - Highly configurable date picker built for Angular applications\n\n#### Emoji Picker\n- [TypeCtrl/ngx-emoji-mart](https://github.com/TypeCtrl/ngx-emoji-mart) - Customizable Slack-like emoji picker for Angular\n\n#### Phone Number Input Formatter\n\n#### Generator\n\n#### Select\n\n#### Slider\n\n- [Bogdan1975/ng2-slider-component](https://github.com/Bogdan1975/ng2-slider-component) - Angular 2 slider component\n\n#### Drag and Drop\n\n#### Autocomplete\n\n*Autosuggest / autocomplete / typeahead*\n\n#### Type Select\n\n*Let the user select a tag / something while typing*\n\n#### Color Picker\n\n- :warning: [Alberplz/angular2-color-picker](https://github.com/Alberplz/angular2-color-picker) - Angular 2 Color Picker Directive, no dependences required.\n- [AndyMeps/ng2-color-picker](https://github.com/AndyMeps/ng2-color-picker) - Simple color picker for Angular 2\n- [zefoy/ngx-color-picker](https://github.com/zefoy/ngx-color-picker) - Color picker widget for the Angular (version 2 and newer)\n\n#### Switch\n\n*Switch / on/off toggle / checkbox*\n\n#### Masked Input\n\n#### Rich Text Editing\n\n#### Image Manipulation\n\n*Edit images*\n\n*Display images*\n\n#### Video Manipulation\n\n#### File Upload\n\n#### Context Menu\n\n#### Miscellaneous\n\n#### Wizard\n\n#### CSV\n\n#### Comment System\n\n### Table\n\n*Tables / data grids*\n\n- [ag-grid/ag-grid](https://github.com/ag-grid/ag-grid) - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components\n- :arrow_double_down: [akveo/ng2-smart-table](https://github.com/akveo/ng2-smart-table) - Angular Smart Data Table component\n- [marinantonio/angular-mat-table-crud](https://github.com/marinantonio/angular-mat-table-crud) - CRUD operations for the Angular Material Table\n- :arrow_double_down: [jdjuan/ng-notyf](https://github.com/jdjuan/ng-notyf) - 👻 A dead simple notification library for Angular 👻\n- :arrow_double_down: [mariuszfoltak/angular2-datatable](https://github.com/mariuszfoltak/angular2-datatable) - DataTable - Simple table component with sorting and pagination for Angular2\n- [ssuperczynski/ngx-easy-table](https://github.com/ssuperczynski/ngx-easy-table) - The Easiest Angular Table. 8.8kb gziped! 60fps! Tree-shakeable. 53 features and growing!\n- [swimlane/ngx-datatable](https://github.com/swimlane/ngx-datatable) - ✨ A feature-rich yet lightweight data-table crafted for Angular\n- :arrow_double_down: [valor-software/ng2-handsontable](https://github.com/valor-software/ng2-handsontable) - Angular 2 directive for Handsontable\n- :arrow_double_down: [valor-software/ng2-table](https://github.com/valor-software/ng2-table) - Simple table extension with sorting, filtering, paging... for Angular2 apps\n\n### Tooltip\n\n*Tooltips / popovers*\n\n- [cloukit/tooltip](https://github.com/cloukit/tooltip) - A simple tooltip component\n- [drozhzhin-n-e/ng2-tooltip-directive](https://github.com/drozhzhin-n-e/ng2-tooltip-directive) - The tooltip is a pop-up tip that appears when you hover over an item or click on it.\n- [farengeyt451/ngx-tippy-wrapper](https://github.com/farengeyt451/ngx-tippy-wrapper) - Angular 8+ wrapper for Tippy.js\n- [gustafguner/angular-tooltip](https://github.com/gustafguner/angular-tooltip) - An easy-to-use Angular (6+) component for displaying tooltips\n- [joejordanbrown/popover](https://github.com/joejordanbrown/popover) - Angular CDK Popover, no default style, examples using @angular/material\n- :coffin: [pleerock/ngx-tooltip](https://github.com/pleerock/ngx-tooltip) - Simple tooltip control for your angular2 applications using bootstrap3. Does not depend of jquery.\n- [MrFrankel/ngx-popper](https://github.com/MrFrankel/ngx-popper) - An angular wrapper for popper.js, great for tooltips and positioning popping elements\n- [tamilarasu100/ngx-smart-popper](https://github.com/tamilarasu100/ngx-smart-popper) - ngx-smart-popper\n- [vitaliy-bobrov/angular-popper](https://github.com/vitaliy-bobrov/angular-popper) - Popover component for Angular 2+ based on Popper.js library.\n\n### Notification\n\n*Toaster / snackbar — Notify the user with a modeless temporary little popup*\n\n- :arrow_double_down: [akserg/ng2-toasty](https://github.com/akserg/ng2-toasty) - Angular2 Toasty component shows growl-style alerts and messages for your app.\n- :arrow_double_down: [alexcastillo/ng2-notifications](https://github.com/alexcastillo/ng2-notifications) - Angular 2 Component for Native Push Notifications [Looking for New Maintainers]\n- :arrow_double_down: [artemsky/ng-snotify](https://github.com/artemsky/ng-snotify) - Angular 2+ Notification Center\n- [Augustpi/angular2-notifier](https://github.com/Augustpi/angular2-notifier) - Angular notifier\n- :arrow_double_down: [cloukit/notification](https://github.com/cloukit/notification) - Show success, error, info and warn notifications on the page\n- :arrow_double_down: [cornflourblue/angular-8-alert-notifications](https://github.com/cornflourblue/angular-8-alert-notifications) - Angular 8 - Alert (Toaster) Notifications\n- [BenevidesLecontes/ngx-bootstrap-alert-notification](https://github.com/BenevidesLecontes/ngx-bootstrap-alert-notification) - Angular bootstrap alerts as notifications\n- [dank/ngx-snackbar](https://github.com/dank/ngx-snackbar) - Snackbar / Toast notifications for Angular\n- [dominique-mueller/angular-notifier](https://github.com/dominique-mueller/angular-notifier) - A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application. \n- [flauc/angular2-notifications](https://github.com/flauc/angular2-notifications) - A light and easy to use notifications library for Angular.\n- [JanMalch/ngx-mat-sw-update](https://github.com/JanMalch/ngx-mat-sw-update) - Angular library to setup a notification for Service Worker updates.\n- [LenonLopez/angular-notice](https://github.com/LenonLopez/angular-notice) - Native notifications for your Angular application using the Web Notification API. Works on chrome, firefox, edge, and safari.\n- :arrow_double_down: [ngrx/notify](https://github.com/ngrx/notify) - Web Notifications Powered by RxJS for Angular\n- :arrow_double_down: [ng-semantic-toast](https://github.com/ojji/ng-semantic-toast) - Angular toast notification module built with Semantic UI.\n- [notiflix/Notiflix-Angular](https://github.com/notiflix/Notiflix-Angular) - Notiflix is a JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more to that makes your Angular projects much better.\n- [pascaliske/ngx-notifications](https://github.com/pascaliske/ngx-notifications) - Notification module for Angular v6+.\n- [scttcper/ngx-toastr](https://github.com/scttcper/ngx-toastr) - 🍞 Angular Toastr\n- [Stabzs/Angular2-Toaster](https://github.com/stabzs/Angular2-Toaster) - Angular2-toaster is an asynchronous, non-blocking Angular Toaster Notification library\n- :arrow_double_down: [stanvanheumen/ngx-notifications](https://github.com/stanvanheumen/ngx-notifications) - A simple library that allows you to notify your users in your Angular 5+ app.\n- :arrow_double_down: [vanthaiunghoa/Angular2-Toaster](https://github.com/vanthaiunghoa/Angular2-Toaster) - Angular2-toaster is an asynchronous, non-blocking Angular Toaster Notification library\n\n### Loader\n\n*Loaders / spinners / progress bars — Let the user know that something is loading*\n\n- :arrow_double_down: [akserg/ng2-slim-loading-bar](https://github.com/akserg/ng2-slim-loading-bar) - Angular 2 component shows slim loading bar at the top of the page.\n- [devyumao/angular2-busy](https://github.com/devyumao/angular2-busy) - Show busy/loading indicators on any promise, or on any Observable's subscription.\n- [moff/angular2-ladda](https://github.com/moff/angular2-ladda) - Angular 2 Ladda module\n- [MurhafSousli/ngx-progressbar](https://github.com/MurhafSousli/ngx-progressbar) - Angular progress bar ☄\n- [WoltersKluwerPL/ng-spin-kit](https://github.com/WoltersKluwerPL/ng-spin-kit) - SpinKit (http://tobiasahlin.com/spinkit/) spinners for Angular\n\n### Overlay\n\n*Overlay / modal / alert / dialog / lightbox / popup*\n\n- [biig-io/ngx-smart-modal](https://github.com/biig-io/ngx-smart-modal) - Modal/Dialog component crafted for Angular\n- :arrow_double_down: [dougludlow/ng2-bs3-modal](https://github.com/dougludlow/ng2-bs3-modal) - Angular Bootstrap 3 Modal Component\n- [mattlewis92/angular-confirmation-popover](https://github.com/mattlewis92/angular-confirmation-popover) - An angular 5.0+ bootstrap confirmation popover\n- :arrow_double_down: [shlomiassaf/ngx-modialog](https://github.com/shlomiassaf/ngx-modialog) - Modal / Dialog for Angular\n\n### Parallax\n\n- [ng2-ui/parallax-scroll](https://github.com/ng2-ui/parallax-scroll) - Angular2 parallax background scroll directive\n\n### Icons\n\n- [ant-design/ant-design-icons](https://github.com/ant-design/ant-design-icons) - ⭐ Ant Design SVG Icons\n- [czeckd/angular-svg-icon](https://github.com/czeckd/angular-svg-icon) - Angular component for inlining SVGs allowing them to be easily styled with CSS. \n- [FortAwesome/angular-fontawesome](https://github.com/FortAwesome/angular-fontawesome) - Official Angular component for Font Awesome 5\n\n### Menu\n\n- [arkon/ng-sidebar](https://github.com/arkon/ng-sidebar) - Angular sidebar component.\n- [isaacplmann/ngx-contextmenu](https://github.com/isaacplmann/ngx-contextmenu) - An Angular component to show a context menu on an arbitrary component\n- [MurhafSousli/ngx-gallery](https://github.com/MurhafSousli/ngx-gallery) - Angular Gallery, Carousel and Lightbox\n\n### Minus Plus Input\n\n### Carousel\n\n- [bfwg/ngx-drag-scroll](https://github.com/bfwg/ngx-drag-scroll) - A lightweight responsive Angular carousel library\n- [sheikalthaf/ngu-carousel](https://github.com/sheikalthaf/ngu-carousel) - Angular Universal carousel\n- [zefoy/ngx-swiper-wrapper](https://github.com/zefoy/ngx-swiper-wrapper) - Angular wrapper library for Swiper\n\n### Charts\n\n- [carbon-design-system/carbon-charts](https://github.com/carbon-design-system/carbon-charts) - 📊 📈 Robust dataviz framework implemented using D3 \u0026 typescript\n- [gevgeny/angular2-highcharts](https://github.com/gevgeny/angular2-highcharts) - 📊 📈 Highcharts for your Angular project\n- [swimlane/ngx-charts](https://github.com/swimlane/ngx-charts) - 📊 Declarative Charting Framework for Angular\n\n### Time\n\n*Display time / date / age*\n\n- [AndrewPoyntz/time-ago-pipe](https://github.com/AndrewPoyntz/time-ago-pipe) - An Angular pipe for converting a date string into a time ago\n- [ihym/ngx-timeago](https://github.com/ihym/ngx-timeago) - ⏰ Live updating timestamps in Angular 6+\n\n### Map\n\n- [ng2-ui/map](https://github.com/ng2-ui/map) - Angular Google Maps Directives\n- [SebastianM/angular-google-maps](https://github.com/SebastianM/angular-google-maps) - Angular 2+ Google Maps Components\n\n### Audio / Video\n\n- [orizens/ngx-youtube-player](https://github.com/orizens/ngx-youtube-player) - (ngx) A youtube component wrapped with Angular (typescript)\n\n### Infinite Scroll\n\n- [ashwin-sureshkumar/angular-infinite-scroller](https://github.com/ashwin-sureshkumar/angular-infinite-scroller) \n- [orizens/ngx-infinite-scroll](https://github.com/orizens/ngx-infinite-scroll) - Infinite Scroll Directive for Angular\n\n### Pull-to-refresh\n\n### Markdown\n\n- [dimpu/ngx-md](https://github.com/dimpu/ngx-md) - Angular(ngx) directive for parsing markdown content in your web application.\n- [jfcere/ngx-markdown](https://github.com/jfcere/ngx-markdown) - Angular markdown component/directive/pipe/service to parse static, dynamic or remote content to html with syntax highlight \n- [yisraelx/ngx-showdown](https://github.com/yisraelx/ngx-showdown) - Angular (\u003e=2) integration for Showdown\n\n### PDF\n\n- [VadimDez/ng2-pdf-viewer](https://github.com/VadimDez/ng2-pdf-viewer) - 📄 PDF Viewer Component for Angular 5+\n\n### Tree\n- [500tech/angular-tree-component](https://github.com/500tech/angular-tree-component) - A simple yet powerful tree component for Angular (\u003e=2) \n- [valor-software/ng2-tree](https://github.com/valor-software/ng2-tree) - Angular tree component\n\n### Social Sharing\n\n- [MurhafSousli/ngx-sharebuttons](https://github.com/MurhafSousli/ngx-sharebuttons) - Angular Share Buttons ☂\n\n### QR Code\n\n- [armanfatahi/ngx-qr](https://github.com/armanfatahi/ngx-qr) - Angular 8 qr scanner\n- [Cordobo/angularx-qrcode](https://github.com/Cordobo/angularx-qrcode) - Angular4/5/6/7/8/9 QRCode generator Component library for QR Codes (Quick Response) with AOT support based on qrcodejs\n- [werthdavid/ngx-kjua](https://github.com/werthdavid/ngx-kjua) - Angular QR-Code generator component using kjua.\n- [zxing-js/ngx-scanner](https://github.com/zxing-js/ngx-scanner) - Angular (2+) QR code, Barcode, DataMatrix, scanner component using ZXing. \n\n### Search\n\n### Tabs\n\n### Canvas\n\n### Link Preview\n\n- [angular-material-extensions/link-preview](https://github.com/angular-material-extensions/link-preview) - Angular open source UI library to preview web links\n- [btxtiger/ngx-link-preview](https://github.com/btxtiger/ngx-link-preview) - The Open Graph link preview component for Angular\n\n### Tour\n\n### Miscellaneous\n- [angulartics/angulartics2](https://github.com/angulartics/angulartics2) - Vendor-agnostic analytics for Angular2 applications.\n- [FrancescoBorzi/ngx-duration-picker](https://github.com/FrancescoBorzi/ngx-duration-picker) - Angular component for ISO_8601 durations\n- [NiyazNz/ng-favicon](https://github.com/NiyazNz/ng-favicon) - A simple angular service to change favicon or display unread messages and notifications on top of favicon\n\n## UI Layout\n\n*Layout for the overall / main view*\n\n## Frameworks\n\n### Responsive\n\n*Set of components + responsive layout system*\n\n### Mobile\n\n*UI frameworks for mobile*\n\n*Set of components for mobile*\n\n### Component Collections\n\n*Set of components without layout system*\n\n### Admin Template\n\n*Set of admin template*\n\n- [akveo/ngx-admin](https://github.com/akveo/ngx-admin) - Customizable admin dashboard template based on Angular 8+\n\n### Server-side rendering\n\n### Static website generator\n\n### Other\n\n## UI Utilities\n\n## Services\n\n- [brtnshrdr/angular2-hotkeys](https://github.com/brtnshrdr/angular2-hotkeys) - Keyboard shortcuts for Angular 2 apps\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/is2ei%2Fawesome-angular-components/projects"}