Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -4,10 +4,10 @@
 
 Awesome Angular !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome Angular !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
Awesome list of Angular (https://angular.io/) seed repos, starters, boilerplates, examples, tutorials, components, modules, videos, and anything else in the Angular ecosystem. View as github page. 
(https://PatrickJS.github.io/awesome-angular/).
Awesome list of Angular (https://angular.io/) seed repos, starters, boilerplates, examples, tutorials, components, modules, videos, and anything else in the Angular ecosystem. View as github 
page. (https://PatrickJS.github.io/awesome-angular/).
▐ If you're looking for AngularJS (version 1.x.x) please visit https://github.com/gianarb/awesome-angularjs
@@ -215,18 +215,19 @@
Material Design
⟡ Official Angular Material Design (GitHub) (https://github.com/angular/material2)
⟡ md2 (https://www.npmjs.com/package/md2) Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, 
Select, Switch, Tabs, Tags(Chips), Toast and Tooltip.
⟡ md2 (https://www.npmjs.com/package/md2) Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), 
Menu, Multiselect, Select, Switch, Tabs, Tags(Chips), Toast and Tooltip.
⟡ ng2-material (https://www.npmjs.com/package/ng2-material) set of material2 examples and extra components (data table, dialog, ...) built on top of @angular2-material/core.
⟡ angular2-mdl (https://www.npmjs.com/package/angular2-mdl) Angular 2 components, directives and styles based on Material Design Lite.
⟡ mdl-ext (https://www.npmjs.com/package/mdl-ext) Material Design Lite Ext (carousel, grid, lightbox, selectfield, sticky header, ...).
⟡ ng2-materialize (https://github.com/sherweb/ng2-materialize) An Angular 2 wrap around Materialize library.
⟡ Material Light (https://github.com/YagoLopez/material-light) Light, fast and easy to use Material Design components for Angular 2+ (Especially for mobile UI). There are several alternatives but this one has 
added value and advantages in my opinion (Take a loot at the Readme.md for details). There is also an online demo to see it in action. (API documentation is still lacking but in process).
⟡ Material Light (https://github.com/YagoLopez/material-light) Light, fast and easy to use Material Design components for Angular 2+ (Especially for mobile UI). There are several alternatives
but this one has added value and advantages in my opinion (Take a loot at the Readme.md for details). There is also an online demo to see it in action. (API documentation is still lacking but
in process).
⟡ Blox Material (https://github.com/src-zone/material) A lightweight Material Design library for Angular, based upon Google's Material Components for the Web.
⟡ Material Web Components (https://trimox.github.io/angular-mdc-web) Material Web Components for Angular. A faithful and accurate representation of Material Design as envisioned on the web.
⟡ MDBootstrap (https://github.com/mdbootstrap/Angular-Bootstrap-with-Material-Design) Built with Angular 7, Bootstrap 4 and TypeScript powerful UI KIT providing a set of slick, responsive page templates, 
layouts, components and widgets to rapidly build responsive, mobile-first websites and apps.
⟡ MDBootstrap (https://github.com/mdbootstrap/Angular-Bootstrap-with-Material-Design) Built with Angular 7, Bootstrap 4 and TypeScript powerful UI KIT providing a set of slick, responsive 
page templates, layouts, components and widgets to rapidly build responsive, mobile-first websites and apps.
Cheatsheet
@@ -248,7 +249,8 @@
Components
A component is a directive which uses shadow DOM to create encapsulate visual behavior. Components are typically used to create UI widgets or to break up the application into smaller components.
A component is a directive which uses shadow DOM to create encapsulate visual behavior. Components are typically used to create UI widgets or to break up the application into smaller 
components.
View
@@ -279,8 +281,8 @@
HTTP
The HttpClient offers a simplified client HTTP API for Angular applications that rests on the XMLHttpRequest interface exposed by browsers. Additional benefits of HttpClient include testability features, typed 
request and response objects, request and response interception, Observable apis, and streamlined error handling.
The HttpClient offers a simplified client HTTP API for Angular applications that rests on the XMLHttpRequest interface exposed by browsers. Additional benefits of HttpClient include 
testability features, typed request and response objects, request and response interception, Observable apis, and streamlined error handling.
⟡ Official HttpClient (https://angular.io/guide/http)
@@ -453,8 +455,8 @@
⟡ Angular2-Meteor (https://angular-meteor.com/angular2)
⟡ nativescript-angular (https://github.com/NativeScript/nativescript-angular)
⟡ react-native-renderer (https://github.com/angular/react-native-renderer)
⟡ ng-sapphiredb (https://github.com/SapphireDb/ng-sapphiredb) - Client implementation of SapphireDb, a framework for easy development of applications with realtime data synchronization and a self hosted 
alternative to firebase realtime database/firestore for asp.net core and ef core. Check out the documentation for more details: Documentation (https://sapphire-db.com)
⟡ ng-sapphiredb (https://github.com/SapphireDb/ng-sapphiredb) - Client implementation of SapphireDb, a framework for easy development of applications with realtime data synchronization and a 
self hosted alternative to firebase realtime database/firestore for asp.net core and ef core. Check out the documentation for more details: Documentation (https://sapphire-db.com)
⟡ GraphQL + Angular (https://github.com/apollographql/apollo-angular)
⟡ ckeditor5-angular (https://github.com/ckeditor/ckeditor5-angular) - An official CKEditor 5 rich text editor component for Angular 2+
⟡ ckeditor4-angular (https://github.com/ckeditor/ckeditor4-angular) - An official CKEditor 4 rich text editor component for Angular 2+
@@ -468,8 +470,9 @@
Site Templates
⟡ NG-Dashboard (https://github.com/YagoLopez/ng-dashboard) - Dashboard for Angular 4+. UI Components based on Material Light (https://github.com/YagoLopez/material-light?ref=awesome-angular). Chart Component 
based on MetricsGraficsJS (https://www.metricsgraphicsjs.org). Map Directive based on LeafletJS (https://leafletjs.com). DEMO ONLINE (https://yagolopez.js.org/ng-dashboard/dist/)
⟡ NG-Dashboard (https://github.com/YagoLopez/ng-dashboard) - Dashboard for Angular 4+. UI Components based on Material Light (https://github.com/YagoLopez/material-light?ref=awesome-angular).
Chart Component based on MetricsGraficsJS (https://www.metricsgraphicsjs.org). Map Directive based on LeafletJS (https://leafletjs.com). DEMO ONLINE 
(https://yagolopez.js.org/ng-dashboard/dist/)
⟡ HowToKeepAngularDeploymentSizeSmall
 (https://github.com/younos1986/HowToKeepAngularDeploymentSizeSmall) - A sample included Homepage and Dashboard for Angular 7 and a demonestration of How To Keep Angular Deployment Size Small
⟡ Angular Material Dashboard (https://github.com/flatlogic/angular-material-dashboard) - Responsive Angular admin dashboard with material design based on Angular Material.
@@ -513,7 +516,8 @@
Developer tools
⟡ Angular State Inspector (https://chrome.google.com/webstore/detail/angular-state-inspector/nelkodgfpddgpdbcjinaaalphkfffbem) - Helps you debug Angular component state. Supports Angular 1/2+/Ivy.
⟡ Angular State Inspector
 (https://chrome.google.com/webstore/detail/angular-state-inspector/nelkodgfpddgpdbcjinaaalphkfffbem) - Helps you debug Angular component state. Supports Angular 1/2+/Ivy.
⟡ Augury (https://augury.rangle.io/) - Browser extension for debugging and profiling Angular applications.
⟡ CodeSandbox (https://codesandbox.io/s/angular-angular) - An online IDE and prototyping tool for rapid Angular development.
⟡ Bugfender (https://bugfender.com/platforms/angular-logging/) - A cloud service to collect logs and Angular errors in Real-Time.
@@ -532,7 +536,7 @@
⟡ Tailwind CSS (https://github.com/ngneat/tailwind): Add Tailwind CSS to an Angular application
⟡ Threejs (https://github.com/JohnnyDevNull/ng-three-template): New three.js starter app
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Third Party Components
@@ -546,12 +550,14 @@
Auth Components
⟡ casl-angular (https://github.com/stalniy/casl/tree/master/packages/casl-angular) - Module which integrates isomorphic permissions management library CASL (https://github.com/stalniy/casl) with Angular2+
⟡ ng2-permission (https://github.com/JavadRasouli/ng2-permission) - Fully featured permission based access control for your angular 4+ applications. This module inspired from angular-permission 
(https://github.com/Narzerus/angular-permission).
⟡ casl-angular (https://github.com/stalniy/casl/tree/master/packages/casl-angular) - Module which integrates isomorphic permissions management library CASL (https://github.com/stalniy/casl) 
with Angular2+
⟡ ng2-permission (https://github.com/JavadRasouli/ng2-permission) - Fully featured permission based access control for your angular 4+ applications. This module inspired from 
angular-permission (https://github.com/Narzerus/angular-permission).
⟡ ngx-auth-firebaseui (https://github.com/AnthonyNahas/ngx-auth-firebaseui) - Angular Material UI component for firebase authentication
⟡ ngx-auth (https://github.com/fulls1z3/ngx-auth) -Authentication utility for Angular by @fulls1z3
⟡ ngx-permissions (https://github.com/AlexKhymenko/ngx-permissions) - Permission and roles based access control for your angular(angular 2, angular 4,5+) applications(AOT, lazy modules compatible)
⟡ ngx-permissions
 (https://github.com/AlexKhymenko/ngx-permissions) - Permission and roles based access control for your angular(angular 2, angular 4,5+) applications(AOT, lazy modules compatible)
@@ -599,8 +605,8 @@
⟡ @ctrl/ngx-droppable (https://github.com/typectrl/ngx-droppable) - Give file dropping ability to any element or component
⟡ file-droppa (https://github.com/chenyukunJoshHub/fileDroppa) Simple files drop and upload component with files list
⟡ ng2-file-upload (https://github.com/valor-software/ng2-file-upload) Easy to use file upload directives
⟡ ngx-awesome-uploader (https://www.npmjs.com/package/ngx-awesome-uploader) Angular Library for uploading files. It supports: File Upload and Preview (additionally preview images with lightbox), validation, 
image cropper , drag and drop with multi language support.
⟡ ngx-awesome-uploader (https://www.npmjs.com/package/ngx-awesome-uploader) Angular Library for uploading files. It supports: File Upload and Preview (additionally preview images with 
lightbox), validation, image cropper , drag and drop with multi language support.
⟡ ngx-dropzone (https://github.com/peterfreeman/ngx-dropzone) - Highly customizable component to handle file drops and selection.
⟡ ngx-flow (https://github.com/flowjs/ngx-flow) - Angular7+ wrapper for flow.js (https://github.com/flowjs/flow.js) for file upload
@@ -646,13 +652,14 @@
⟡ angular-fullpage (https://github.com/alvarotrigo/angular-fullpage) Official component for fullPage.js, a fullscreen scrolling library.
⟡ angular-split (https://github.com/bertrandg/angular-split) Angular split component
⟡ angular2-infinite-scroll (https://www.npmjs.com/package/angular2-infinite-scroll) - An Infinite Scroll Directive for Angular2 (based on Observables)
⟡ egjs-infinitegrid (https://github.com/naver/egjs-infinitegrid/tree/master/packages/ngx-infinitegrid) - Arrange infinite card elements according to various layout types like masonry for Angular.
⟡ egjs-infinitegrid
 (https://github.com/naver/egjs-infinitegrid/tree/master/packages/ngx-infinitegrid) - Arrange infinite card elements according to various layout types like masonry for Angular.
⟡ ng2-card (https://github.com/c-bata/ng2-card) - Card view component for Angular2
⟡ ng2-fullpage (https://github.com/meiblorn/ngx-fullpage) Fullpage scrolling for Angular2 based on fullPage.js
⟡ ng2-sheet (https://github.com/lexikteam/ng2-sheet) Angular2 Components to add yours components inside a sheet window and repeatedly
⟡ ng2-swipeable-card (https://github.com/JayKan/ng2-swipeable-card) - Swipeable card component for Angular2
⟡ ngx-scrolltop (https://github.com/bartholomej/ngx-scrolltop) - Lightweight, Material Design inspired button for scroll-to-top of the page. 🔼 _No dependencies. Pure Angular!_ (Compatibility: Angular 9, Ivy, 
Universal, ng add)
⟡ ngx-scrolltop (https://github.com/bartholomej/ngx-scrolltop) - Lightweight, Material Design inspired button for scroll-to-top of the page. 🔼 _No dependencies. Pure Angular!_ 
(Compatibility: Angular 9, Ivy, Universal, ng add)
⟡ od-virtualscroll (https://github.com/dinony/od-virtualscroll) Observable-based virtual scroll implementation in Angular
Loaders
@@ -693,7 +700,8 @@
⟡ angular2-cookie (https://github.com/salemdar/angular2-cookie) Library that implements Angular 1.x $cookies service in Angular 2
⟡ angular-safeguard (https://github.com/MikaAK/angular-safeguard) Wrapper around cookies/sessionStorage/localStorage for angular2. If all are unavailable will use an in memory storage.
⟡ ng2-storage (https://github.com/seiyria/ng2-storage) A localStorage and sessionStorage wrapper written using ES6 Proxies for Angular 2
⟡ ngx-store (https://github.com/zoomsphere/ngx-store) - Complex library for managing localStorage, sessionStorage and cookies, allows to watch data changes, provides decorators and API based on builder pattern
⟡ ngx-store (https://github.com/zoomsphere/ngx-store) - Complex library for managing localStorage, sessionStorage and cookies, allows to watch data changes, provides decorators and API based 
on builder pattern
⟡ ngx-liquid-cache (https://github.com/luckyseven/ngx-liquid-cache) - A powerful, automatic and optimized Angular 2 cache system that fits everywhere!
⟡ ng-http-cache (https://github.com/davguij/angular-http-cache) - Speed up your remote requests by automatically caching them on client.
⟡ ngx-cache (https://github.com/fulls1z3/ngx-cache) - Cache utility for Angular (incl. browser & server platform implementations) by @fulls1z3
@@ -743,14 +751,15 @@
Material Based
⟡ @angular-material-extensions/contacts (https://github.com/angular-material-extensions/contacts) - Angular Library to manage contacts and users with a material design
⟡ @angular-material-extensions/faq (https://github.com/angular-material-extensions/faq) - Angular Library built with material design in order to provide a reusable faq (frequently asked questions) component for 
every project. Ask, Answer and List
⟡ @angular-material-extensions/google-maps-autocomplete (https://github.com/angular-material-extensions/google-maps-autocomplete) - Autocomplete input component and directive for google-maps built with angular 
material design
⟡ @angular-material-extensions/faq (https://github.com/angular-material-extensions/faq) - Angular Library built with material design in order to provide a reusable faq (frequently asked 
questions) component for every project. Ask, Answer and List
⟡ @angular-material-extensions/google-maps-autocomplete (https://github.com/angular-material-extensions/google-maps-autocomplete) - Autocomplete input component and directive for google-maps 
built with angular material design
⟡ @angular-material-extensions/link-preview (https://github.com/angular-material-extensions/link-preview) - Angular open source UI library to preview web links
⟡ @angular-material-extensions/pages (https://github.com/angular-material-extensions/pages) - Open source library for angular apps to illustrate custom material pages content with steps (ideal for tutorials and 
explanations purposes)
⟡ @angular-material-extensions/password-strength (https://github.com/angular-material-extensions/password-strength) - Angular UI library to illustrate and validate a password's strength with material design
⟡ @angular-material-extensions/pages (https://github.com/angular-material-extensions/pages) - Open source library for angular apps to illustrate custom material pages content with steps 
(ideal for tutorials and explanations purposes)
⟡ @angular-material-extensions/password-strength (https://github.com/angular-material-extensions/password-strength) - Angular UI library to illustrate and validate a password's strength with 
material design
⟡ angular-jqwidgets (https://www.jqwidgets.com/angular/) Advanced Angular Components with Material Design.
⟡ Covalent (https://teradata.github.io/covalent/) - a UI platform built on Angular 2.0 + Material Design
⟡ Material 2 (https://github.com/angular/material2) - Angular team's Material Design components built on top of Angular 2
@@ -790,8 +799,8 @@
Misc Components
⟡ @davidlj95/ngx-meta (https://ngx-meta.dev) - Set your Angular site's metadata: standard meta tags, Open Graph, Twitter Cards, JSON-LD, ... Supports SSR (and Angular Universal). Use a service. Use routes' data.
Set it up in a flash! 🚀
⟡ @davidlj95/ngx-meta (https://ngx-meta.dev) - Set your Angular site's metadata: standard meta tags, Open Graph, Twitter Cards, JSON-LD, ... Supports SSR (and Angular Universal). Use a 
service. Use routes' data. Set it up in a flash! 🚀
⟡ @ngx-context (https://github.com/ng-turkey/ngx-context) - Angular Context: Easy property binding for router outlet and nested component trees..
⟡ @ngx-meta/core (https://github.com/fulls1z3/ngx-meta) - Dynamic page title & meta tags utility for Angular (w/server-side rendering) by @fulls1z3
⟡ Angular SizeObserver (https://gitlab.com/service-work/size-observer) - style DOM elements based on their display size (rather than browser screen size).
@@ -808,11 +817,13 @@
⟡ ngx-i18n-router (https://github.com/fulls1z3/ngx-i18n-router) - Route internationalization utility for Angular by @fulls1z3
⟡ ngx-linkifyjs (https://github.com/AnthonyNahas/ngx-linkifyjs) - Angular V6 wrapper for linkifyjs - library for finding links in plain text and converting them to HTML tags via linkifyjs
⟡ ngx-wheel (https://github.com/Sayegh7/ngx-wheel) - Angular prize winning wheel component!
⟡ @tolgee/ngx (https://github.com/tolgee/tolgee-js/tree/main/packages/ngx/projects/ngx-tolgee) - Web-based localization tool enabling users to translate directly in the Angular app they develop.
⟡ @tolgee/ngx
 (https://github.com/tolgee/tolgee-js/tree/main/packages/ngx/projects/ngx-tolgee) - Web-based localization tool enabling users to translate directly in the Angular app they develop.
⟡ xng-breadcrumb (https://github.com/udayvunnam/xng-breadcrumb) - Zero config breadcrumb solutuon. A lightweight, configurable and reactive breadcrumbs for Angular 6 and beyond.
⟡ ng-let (https://github.com/nigrosimone/ng-let) - Structural directive for sharing data as local variable into html component template.
⟡ ng-for-track-by-property (https://github.com/nigrosimone/ng-for-track-by-property) - Angular global trackBy property directive with strict type checking.
⟡ ngx-observers (https://github.com/Raiper34/ngx-observers) - Ngx observers is library to allow developer use Resize, Mutation and Intersection observer api like normal output events on some element.
⟡ ngx-observers
 (https://github.com/Raiper34/ngx-observers) - Ngx observers is library to allow developer use Resize, Mutation and Intersection observer api like normal output events on some element.
JAM Stack
@@ -833,11 +844,12 @@
Universal Seed Projects
⟡ universal-starter (https://github.com/angular/universal-starter) - Angular 2 Universal starter kit by @Angular-Class
⟡ ng-seed/universal (https://github.com/ng-seed/universal) - Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, dev/prod modes, DLLs, AoT compilation, HMR, SCSS compilation, 
lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer by @fulls1z3
⟡ ng-seed/universal (https://github.com/ng-seed/universal) - Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, dev/prod modes, DLLs, AoT compilation, 
HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer by @fulls1z3
⟡ angular-universal (https://github.com/enten/angular-universal) - Fast, Unopinionated, Minimalist starter kit for Angular Universal 100% powered by Angular CLI
⟡ angular-universal-heroku-starter (https://github.com/Alex61NN5/angular-universal-heroku-starter) - Angular 7 Universal Starter Kit with Server-Side Rendering (SSR) and easy deployment to Heroku
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
⟡ angular-universal-heroku-starter
 (https://github.com/Alex61NN5/angular-universal-heroku-starter) - Angular 7 Universal Starter Kit with Server-Side Rendering (SSR) and easy deployment to Heroku
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Angular 2 in TypeScript
@@ -855,13 +867,14 @@
⟡ Angular Seed (https://mgechev.github.io/angular-seed/) Seed project for Angular apps
⟡ ng2-play (https://github.com/pkozlowski-opensource/ng2-play) A minimal Angular2 playground using TypeScript and SystemJS loader
⟡ Angular Lab (https://github.com/rolandjitsu/angular-lab) A simple Angular 2+ setup using Angular CLI (https://cli.angular.io), TypeScript (https://www.typescriptlang.org), Angular Flex Layout 
(https://github.com/angular/flex-layout), Material 2 (https://material.angular.io), AOT (https://angular.io/docs/ts/latest/cookbook/aot-compiler.html), and unit and e2e tests on Travis CI (https://travis-ci.org)
and Saucelabs (https://saucelabs.com).
⟡ Angular Lab (https://github.com/rolandjitsu/angular-lab) A simple Angular 2+ setup using Angular CLI (https://cli.angular.io), TypeScript (https://www.typescriptlang.org), Angular Flex 
Layout (https://github.com/angular/flex-layout), Material 2 (https://material.angular.io), AOT (https://angular.io/docs/ts/latest/cookbook/aot-compiler.html), and unit and e2e tests on Travis
CI (https://travis-ci.org) and Saucelabs (https://saucelabs.com).
⟡ Angular 2 Samples (https://github.com/thelgevold/angular-2-samples) Angular 2.0 sample components
⟡ Todo app with Firebase, OAuth, and Immutable (https://github.com/r-park/todo-angular-firebase)
⟡ Spring Boot and Angular2 tutorial (https://github.com/springboot-angular2-tutorial/angular2-app) Angular2 practical example based on Rails tutorial (https://www.railstutorial.org/).
⟡ Angular 2 Goldilocks seed (https://github.com/ColinEberhardt/angular2-goldilocks-seed) - A seed project for Angular 2 and TypeScript that is not too simple, yet not too complex. In fact it's just right!
⟡ Angular 2 Goldilocks seed
 (https://github.com/ColinEberhardt/angular2-goldilocks-seed) - A seed project for Angular 2 and TypeScript that is not too simple, yet not too complex. In fact it's just right!
⟡ Angular 2 Starter (https://github.com/antonybudianto/angular-starter) - Simple Angular 2 Starter with Gulp workflow and Travis CI
⟡ Angular 2 Leaflet Starter (https://github.com/haoliangyu/ngx-leaflet-starter) - A map application starter based on Angular 2 and Leaflet
⟡ Angular 2 MapboxGL Starter (https://github.com/haoliangyu/ngx-mapboxgl-starter) - Another map application starter based on Angular 2 and MapboxGL JS
@@ -870,9 +883,11 @@
⟡ ng-kitchen-sink (https://github.com/born2net/Angular-kitchen-sink) - The ultimate Angular 2 bootstrap single page app - touches on all key and advanced aspects of Angular
⟡ ng-skeleton (https://github.com/born2net/ng-skeleton) - The ultimate Angular seed with ngrx, bootstrap and two factor auth
⟡ angular2-demo (https://github.com/amcdnl/angular2-demo) Minimal Angular2 Demo using TypeScript / Sass / Npm Tasks
⟡ Angular 2 Dashboard Starter (https://github.com/hasanhameed07/angular2-dashboard-starter) - Ready to use dashboard control panel seed project based on Angular 2 and AdminLTE bootstrap theme.
⟡ Angular 2 Dashboard Starter
 (https://github.com/hasanhameed07/angular2-dashboard-starter) - Ready to use dashboard control panel seed project based on Angular 2 and AdminLTE bootstrap theme.
⟡ ngx-admin (https://github.com/akveo/ngx-admin) - Admin template based on Nebular framework (Angular 4+, Bootstrap 4+)
⟡ Angular 2 full code coverage (https://github.com/danday74/angular2-coverage) - Solid tested SystemJS and gulp workflow ready for your code using Angular2 final release (2.1.0) .. Demonstrates unit
⟡ Angular 2 full code coverage
 (https://github.com/danday74/angular2-coverage) - Solid tested SystemJS and gulp workflow ready for your code using Angular2 final release (2.1.0) .. Demonstrates unit
 and full code coverage
⟡ Angular 2 webpack (https://github.com/michaelbazos/angular2-starter) - Tour of Heroes official typescript tutorial built with webpack
⟡ ng2-boiler (https://github.com/amcdnl/ng2-boiler) - A bare-bones simple starter with Angular2, TypeScript and Webpack configured.
@@ -881,12 +896,12 @@
⟡ famn (https://github.com/implustech/famn) - Angular 2 + FeathersJS application framework for both client and server side
⟡ Angular NPM Module Seed (https://github.com/davguij/angular-npm-module-seed) - Starting point for developing Angular modules and publishing them on NPM.
⟡ Angular2 D3v4 Seed (https://github.com/gp187/angular2-d3v4-graph) - Angular2 D3v4 implementation of charts, graphs, area and view porting seed project
⟡ ng-seed/spa (https://github.com/ng-seed/spa) - Seed project for Angular apps featuring Webpack, dev/prod modes, DLLs, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and 
TSLint/codelyzer by @fulls1z3
⟡ Reboard (https://github.com/ksiabani/reboard) - Angular 4 + Material 2 starter dashboard with ngx-charts, based on generator-ngx-rocket (Typescript, SASS, Webpack, Jasmine+Karma, Protractor, TSLint, Codelyzer,
Stylelint, ngx-translate, Lodash, Angular Flex-Layout)
⟡ Angular5 + Redux + Graphql + MySQL quickstart
 (https://github.com/rafaesc/fullstack-graphql-angular) - Simple Fullstack GraphQL Application with Angular CLI + Redux + Express + GraphQL + Sequelize (supports MySQL, Postgres, Sqlite and MSSQL).
⟡ ng-seed/spa (https://github.com/ng-seed/spa) - Seed project for Angular apps featuring Webpack, dev/prod modes, DLLs, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, 
i18n, SEO, and TSLint/codelyzer by @fulls1z3
⟡ Reboard (https://github.com/ksiabani/reboard) - Angular 4 + Material 2 starter dashboard with ngx-charts, based on generator-ngx-rocket (Typescript, SASS, Webpack, Jasmine+Karma, 
Protractor, TSLint, Codelyzer, Stylelint, ngx-translate, Lodash, Angular Flex-Layout)
⟡ Angular5 + Redux + Graphql + MySQL quickstart (https://github.com/rafaesc/fullstack-graphql-angular) - Simple Fullstack GraphQL Application with Angular CLI + Redux + Express + GraphQL + 
Sequelize (supports MySQL, Postgres, Sqlite and MSSQL).
⟡ Angular5 + Firebase + Structure (https://github.com/naologic/angular5-starter) - Angular 5 + Firebase + a very good router/module structure to make it your own so easy
⟡ angular-app-example (https://github.com/daixianceng/angular-app-example) - Angular latest + material + sass themes + more beautiful features, a dashboard app example
⟡ NG-MATERO (https://github.com/ng-matero/ng-matero) - This Ng-Matero is an Angular admin templete made with Material componnets.
@@ -895,7 +910,7 @@
⟡ Eoapi (https://github.com/eolinker/eoapi) - A lightweight, extensible API tool based on Angular and Electron
⟡ {{ add_your_repo }} (https://github.com/gdi2290/awesome-angular/edit/gh-pages/README.md)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Ionic 2 in Angular 2
@@ -909,7 +924,7 @@
⟡ Ionic 2 Repository (GitHub) (https://github.com//ionic-team/ionic)
⟡ Ionic 2 Awesome (https://github.com/candelibas/awesome-ionic)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Angular 2 in Cordova
@@ -922,7 +937,7 @@
⟡ Angular 2 Seed CLI Admin (Template) (https://github.com/jvitor83/angular-pwa-seed) Multi-platform Angular 2 project (Web/PWA, Mobile and Desktop) with Ionic 2 (and optionally Bootstrap).
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Angular 2 in Dart
@@ -946,7 +961,7 @@
⟡ Router Demo (https://github.com/andresaraujo/ng2_dart_router_demo) A basic example of Angular 2 router.
⟡ {{ add_your_repo }} (https://github.com/PatrickJS/awesome-angular/edit/gh-pages/README.md)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Angular 2 in Traceur
@@ -961,7 +976,7 @@
⟡ GitHub: Angular2 ES6 Seed (Evan Plaice) (https://github.com/evanplaice/angular2-es6-seed/)
⟡ {{ add_your_repo }} (https://github.com/PatrickJS/awesome-angular/edit/gh-pages/README.md)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Angular 2 in Babel
@@ -996,7 +1011,7 @@
⟡ babel-preset-angular2 (https://github.com/shuhei/babel-preset-angular2) Babel presets for Angular2
⟡ babel-plugin-type-assertion (https://github.com/shuhei/babel-plugin-type-assertion) An experimental babel transformer plugin for rtts_assert
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Angular 2 in ES5
@@ -1010,7 +1025,7 @@
angular2-es5-starter-kit (https://github.com/islam-muhammad/angular2-es5) Angular2 ES5 Starter Kit
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Meteor in Angular 2
@@ -1026,7 +1041,7 @@
⟡ Angular2 Meteor Seed (https://github.com/KyneSilverhide/angular2-meteor-seed)
⟡ {{ add_your_repo }} (https://github.com/PatrickJS/awesome-angular/edit/gh-pages/README.md)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Angular 2 in NativeScript
@@ -1043,7 +1058,7 @@
⟡ angular2-seed-advanced (https://github.com/NathanWalker/angular-seed-advanced)
⟡ {{ add_your_repo }} (https://github.com/PatrickJS/awesome-angular/edit/gh-pages/README.md)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Angular 2 in React Native
@@ -1061,17 +1076,17 @@
⟡ {{ add_your_repo }} (https://github.com/PatrickJS/awesome-angular/edit/gh-pages/README.md)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Angular 2 in Haxe
▐ Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native 
▐ capabilities. General purpose language, with Haxe, you can easily build cross-platform tools targeting all the mainstream platforms natively. "Write once compile anywhere", with strong easily extendable macro 
▐ system and powerfull, highly optimizing compiler with DCE (and f.e. using inline constructors). Can be used for server side rendering and in isomorphic way - possible to share the same source code compiling 
▐ into client side in javascript and server side in pyhton (or java/php/node - can be choosen later/changed at scaling). Haxe code can contain (inline) any target language fragments (can be used to step by step 
▐ porting), the externs mechanism provides access to the native APIs and libraries in a type-safe manner.
▐ Server, client, mobile (Android and iOS at once), desktop, embedded (Raspbery, award winning TIVO set top boxes), Playstation ... all can be reached natively with much less typing, more error-proof, more 
▐ stable and compile-time type checked code even for non type-safe targets (f.e. JavaScript, PHP)!
▐ Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each 
▐ platform's native capabilities. General purpose language, with Haxe, you can easily build cross-platform tools targeting all the mainstream platforms natively. "Write once compile 
▐ anywhere", with strong easily extendable macro system and powerfull, highly optimizing compiler with DCE (and f.e. using inline constructors). Can be used for server side rendering and in 
▐ isomorphic way - possible to share the same source code compiling into client side in javascript and server side in pyhton (or java/php/node - can be choosen later/changed at scaling). Haxe
▐ code can contain (inline) any target language fragments (can be used to step by step porting), the externs mechanism provides access to the native APIs and libraries in a type-safe manner.
▐ Server, client, mobile (Android and iOS at once), desktop, embedded (Raspbery, award winning TIVO set top boxes), Playstation ... all can be reached natively with much less typing, more 
▐ error-proof, more stable and compile-time type checked code even for non type-safe targets (f.e. JavaScript, PHP)!
Haxe General Resources
@@ -1084,8 +1099,8 @@
⟡ Haxe and Node.js (matthijskamstra.github.io/haxenode/)
⟡ Haxe: working with JavaScript libraries (https://philippe.elsass.me/2014/11/haxe-working-with-javascript-libraries/)
⟡ Learn haxe in Y minutes (https://learnxinyminutes.com/docs/haxe/)
⟡ A success story for Haxe (https://nadako.tumblr.com/post/113390739725/a-success-story-for-haxe) - about porting JavaScript to haxe targeting both JavaScript and C# "without interrupting the development of 
actual game by the rest of the team!", "AWESOME BONUS", "there are only benefits"
⟡ A success story for Haxe (https://nadako.tumblr.com/post/113390739725/a-success-story-for-haxe) - about porting JavaScript to haxe targeting both JavaScript and C# "without interrupting the
development of actual game by the rest of the team!", "AWESOME BONUS", "there are only benefits"
⟡ News And Information For Haxe Developers (https://haxe.io/)
⟡ {{ help_add_resources }} (https://github.com/PatrickJS/awesome-angular/edit/gh-pages/README.md)
@@ -1094,7 +1109,7 @@
⟡ angular2haxe (https://github.com/nweedon/angular2haxe) Haxe Language Bindings for Angular 2.
⟡ {{ add_your_repo }} (https://github.com/PatrickJS/awesome-angular/edit/gh-pages/README.md)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Angular 2 in Scala
@@ -1109,14 +1124,14 @@
⟡ play-angular2 (https://github.com/gdi2290/play-angular2)
⟡ {{ add_your_repo }} (https://github.com/PatrickJS/awesome-angular/edit/gh-pages/README.md)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Angular 2 components with Bit
▐ Bit is an open source virtual repository (code base) built to make components easily manageable and usable across applications. You can quickly export any Angular component from any context while working on 
▐ any project to a bit distributed Scope. Bit's reusbale component environment cuts the overhead of configuring build and test environments for exporting every new component. The Scope is a virtual component 
▐ repository which stores, organizes, manages and tests your components. Once modeled on a Scope, your components can be easily found and used in any Angular application. Components can be organized together and
▐ still modified and used individually without pulling in entire libraries.
▐ Bit is an open source virtual repository (code base) built to make components easily manageable and usable across applications. You can quickly export any Angular component from any context
▐ while working on any project to a bit distributed Scope. Bit's reusbale component environment cuts the overhead of configuring build and test environments for exporting every new component.
▐ The Scope is a virtual component repository which stores, organizes, manages and tests your components. Once modeled on a Scope, your components can be easily found and used in any Angular 
▐ application. Components can be organized together and still modified and used individually without pulling in entire libraries.
Bit Resources
@@ -1124,17 +1139,18 @@
⟡ Bit-Javascript (https://github.com/teambit/bit-javascript)
⟡ bitsrc (https://bitsrc.io/) - Free community hub for sharing, managing and finding open source components.
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Security
⟡ Angular.io Security Guide (https://angular.io/guide/security) - brief security guidance including Preventing cross-site scripting (XSS), Sanitization and Content security policy.
⟡ So you thought you were safe using AngularJS? Think again! Slides (https://www.owasp.org/images/4/46/OWASPLondon20170727_AngularJS.pdf), Video (https://www.youtube.com/watch?v=3vuLPzjc4RI) - Lewis Ardern 
speaking at OWASP London 2017.
⟡ So you thought you were safe using AngularJS? Think again! Slides (https://www.owasp.org/images/4/46/OWASPLondon20170727_AngularJS.pdf), Video (https://www.youtube.com/watch?v=3vuLPzjc4RI) 
- Lewis Ardern speaking at OWASP London 2017.
 ##### Authentication
⟡ Angular 2 with OpenID Connect Implicit Flow from Damien Bowden (https://damienbod.com/2016/03/02/angular2-openid-connect-implicit-flow-with-identityserver4/)
⟡ Angular 2 bootstrap4 OAuth2 Webpack from Michael Oryl (https://github.com/michaeloryl/angular2-bootstrap4-oauth2-webpack)
⟡ Angular 2 OAuth2 OIDC from Manfred Steyer (https://www.softwarearchitekt.at/post/2016/07/03/authentication-in-angular-2-with-oauth2-oidc-and-guards-for-the-newest-new-router-english-version.aspx)
⟡ Angular 2 OAuth2 OIDC from Manfred Steyer
 (https://www.softwarearchitekt.at/post/2016/07/03/authentication-in-angular-2-with-oauth2-oidc-and-guards-for-the-newest-new-router-english-version.aspx)
⟡ Angular 2 authentication sample from auth0-blog (https://github.com/auth0-blog/angular2-authentication-sample)
NgRx
@@ -1146,11 +1162,11 @@
⟡ Making chained API Calls using @ngrx/Effects (https://gist.github.com/peterbsmith2/ce94c0a5ddceb99bab24a761731d1f07)
⟡ Authentication in Angular with NGRX (https://mherman.org/blog/2018/04/17/authentication-in-angular-with-ngrx)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
enjoy — PatrickJS (https://twitter.com/PatrickJS__)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
License