Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -4,7 +4,7 @@
 
 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/).
@@ -215,18 +215,18 @@
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
@@ -279,8 +279,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 +453,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,10 +468,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/)
⟡ 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
⟡ 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.
@@ -532,7 +531,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
@@ -599,8 +598,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
@@ -651,8 +650,7 @@
⟡ 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
@@ -711,8 +709,8 @@
⟡ ng2-table (https://github.com/valor-software/ng2-table) Simple table extension with sorting, filtering, paging... for Angular2 apps
⟡ ngfb-sortable-table (https://github.com/NodeArt/Angular-Firebase-Sortable-Table) - Angular Firebase Sortable Table. Ability to filter and sort data with own firebase quering tools.
⟡ ngx-datatable (https://github.com/swimlane/ngx-datatable) A feature-rich yet lightweight data-table crafted for Angular2 and beyond!
⟡ ignite-ui-angular's grid (https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/grid) - The data grid, tree grid, hierarchical grid in Ignite UI for Angular 
(https://github.com/IgniteUI/igniteui-angular) provide excel-style filtering, live-data, sorting, draggable row and other toolbar.
⟡ ignite-ui-angular's grid (https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/grid) - The data grid, tree grid, hierarchical grid in Ignite UI for Angular (https://github.com/IgniteUI/igniteui-angular) 
provide excel-style filtering, live-data, sorting, draggable row and other toolbar.
UI Libraries
@@ -743,13 +741,11 @@
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/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
@@ -790,8 +786,7 @@
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).
@@ -833,11 +828,11 @@
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 2 in TypeScript
@@ -855,9 +850,8 @@
⟡ 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/).
@@ -881,10 +875,9 @@
⟡ 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)
⟡ 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
@@ -895,7 +888,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 +902,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 +915,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 +939,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 +954,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 +989,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 +1003,7 @@
angular2-es5-starter-kit (https://github.com/islam-muhammad/angular2-es5) Angular2 ES5 Starter Kit
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Meteor in Angular 2
@@ -1026,7 +1019,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 +1036,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 +1054,16 @@
⟡ {{ 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 +1076,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 +1086,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 +1101,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,13 +1116,12 @@
⟡ 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)
@@ -1146,11 +1137,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