Customizable admin dashboard template based on Angular 10+
-
Updated
Nov 25, 2020 - TypeScript
{{ message }}
Customizable admin dashboard template based on Angular 10+
NG-ZORRO admin panel front-end framework (surge mirror https://ng-alain-doc.surge.sh)
Angular 9 Example App + Angular CLI + Angular Universal + i18n + Firebase
Angular build facade extensions (Jest and custom webpack configuration)
ShoppingCart (Ecommerce)
WeUI for angular
Angular4/5/6/7/8/9/10 QRCode generator component library for QR Codes (Quick Response) with AOT support based on node-qrcode
A wizard component for Angular 9+
Modal/Dialog component crafted for Angular
For The Love Of Pokemon.
A wrapper for the Google Charts library written in Angular.
Angular(...Angular 7, Angular 8, Angular 9, Angular 10) WYSIWYG HTML Rich Text Editor (from ngWig - https://github.com/stevermeister/ngWig)
A simple Angular webcam component / pure & minimal, no flash-fallback
Sample project to create an application using microservices architecture
A lightweight Material Design library for Angular based on Google's Material Components for the Web.
Angular Google Charts module
Angular Module for displaying a feed of items in a masonry layout
Angular REST API client generator from Swagger YAML or JSON file with camel case settigs
Angular file uploader is an Angular 2/4/5/6/7/8/9/10 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility, localization and multiple themes which includes Drag and Drop and much more.
Add a description, image, and links to the angular9 topic page so that developers can more easily learn about it.
To associate your repository with the angular9 topic, visit your repo's landing page and select "manage topics."
The FlatpickrOptions interface currently sets defaultDate type as
string | Date. For 'multiple' and 'range' type instances the default date needs to be an array of strings or dates - see Flatpickr options.In my local instance I have changed the defaultDate interface to accept
string | string[] | Date | Date[]and can confirm that it works with