Customizable admin dashboard template based on Angular 10+
-
Updated
Oct 12, 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
A wizard component for Angular 9+
Angular4/5/6/7/8/9/10 QRCode generator component library for QR Codes (Quick Response) with AOT support based on node-qrcode
Modal/Dialog component crafted for Angular
For The Love Of Pokemon.
Angular 10 Example App, Angular CLI, Bootstrap 5-alpha, PWA, SSR, Angular Universal,Routing, Lazy loading, REST API, Components, Services, Reactive Forms
Angular(...Angular 7, Angular 8, Angular 9, Angular 10) WYSIWYG HTML Rich Text Editor (from ngWig - https://github.com/stevermeister/ngWig)
A wrapper for the Google Charts library written in Angular.
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
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