Skip to content

Commit 1186bf1

Browse files
committed
chore: remove broken urls and fix redirects
1 parent 6f897a1 commit 1186bf1

File tree

2 files changed

+21
-25
lines changed

2 files changed

+21
-25
lines changed

README.md

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Table of contents:
108108
* `#angular2` channel on Freenode IRC Server
109109
* [`#angular2`](https://twitter.com/hashtag/angular2) hashtag on Twitter
110110
* [Gitter Channel](https://gitter.im/angular/angular)
111-
* [Angular 2 StackOverflow](http://stackoverflow.com/questions/tagged/angular2)
111+
* [Angular 2 StackOverflow](http://stackoverflow.com/questions/tagged/angular)
112112
* [@Angular on Twitter](https://twitter.com/angular)
113113
* [/r/Angular2 Subreddit](https://www.reddit.com/r/Angular2/)
114114
* [Angular Group on Facebook](https://www.facebook.com/groups/angular2/)
@@ -256,13 +256,12 @@ Http is available as an injectable class, with methods to perform http requests.
256256
#### Webpack
257257
* [Official web page](https://webpack.github.io/)
258258
* [Angular Starter from AngularClass](https://github.com/AngularClass/angular-starter)
259-
* [Angular Webpack from preboot](https://github.com/preboot/angular2-webpack)
259+
* [Angular Webpack from preboot](https://github.com/preboot/angular-webpack)
260260
* [Angular Nightly Webpack Starter](https://github.com/qdouble/angular-webpack2-starter)
261261
* [Angular Webpack with Visual Studio ASP.NET Core from Damien Bowden](https://github.com/damienbod/AngularWebpackVisualStudio)
262262
* [Angular Typescript Webpack from schempy](https://github.com/schempy/angular2-typescript-webpack)
263263
* [Angular Webpack Tour of Heroes from michaelbazos](https://github.com/michaelbazos/angular2-starter) - Tour of Heroes official typescript tutorial built with webpack
264264
* [Angular Webpack + rxjs + modules](https://github.com/jorgeas80/angular2-webpack-toh)
265-
* [Angular ASP.NET Core Spa from SteveSandersonMS](https://github.com/aspnet/JavaScriptServices/tree/dev/templates/Angular2Spa)
266265

267266
#### Series
268267
* Ionic
@@ -387,7 +386,7 @@ Http is available as an injectable class, with methods to perform http requests.
387386
#### Components
388387
* [Material 2](https://github.com/angular/material2) - Angular team's Material Design components built on top of Angular 2
389388
* [Axponents: of Accessible Web Components (Dylan Barrell)](https://github.com/dylanb/Axponents/tree/master/angular2)
390-
* [ng2-bootstrap](https://github.com/valor-software/ng2-bootstrap) Native Angular2 Bootstrap 3&4 components
389+
* [ng2-bootstrap](https://github.com/valor-software/ngx-bootstrap) Native Angular2 Bootstrap 3&4 components
391390
* [ng2-charts](https://github.com/valor-software/ng2-charts) Beautiful charts for Angular2 based on Chart.js
392391
* [ng2-dragula](https://github.com/valor-software/ng2-dragula) Drag and Drop so simple it hurts!
393392
* [ng2-file-upload](https://github.com/valor-software/ng2-file-upload) Easy to use file upload directives
@@ -404,21 +403,21 @@ Http is available as an injectable class, with methods to perform http requests.
404403
* [angular2-cookie](https://github.com/salemdar/angular2-cookie) Library that implements Angular 1.x $cookies service in Angular 2
405404
* [angular2-fontawesome](https://github.com/travelist/angular2-fontawesome) Angular2 Components and Directives for Fontawesome
406405
* [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.
407-
* [angular2-google-maps](https://github.com/SebastianM/angular2-google-maps) Angular2 directives for Google Maps
408-
* [ng2-radio-group](https://github.com/pleerock/ng2-select-controls) Angular2 directives for radio and checkbox inputs and radio input groups
409-
* [ng2-dropdown](https://github.com/pleerock/ng2-dropdown) Dropdown menu for angular2 and bootstrap 3
410-
* [ng2-progress-bar](https://github.com/pleerock/ng2-progress-bar) Simple progress bar for angular2 and bootstrap 3
411-
* [ng2-tabs](https://github.com/pleerock/ng2-tabs) Tabs control for angular2 and bootstrap 3
412-
* [ng2-modal](https://github.com/pleerock/ng2-modal) Modal window for angular2 and bootstrap 3
413-
* [ng2-paginator](https://github.com/pleerock/ng2-paginator) Pagination control for angular2 and bootstrap 3
406+
* [angular2-google-maps](https://github.com/SebastianM/angular-google-maps) Angular2 directives for Google Maps
407+
* [ng2-radio-group](https://github.com/pleerock/ngx-select-controls) Angular2 directives for radio and checkbox inputs and radio input groups
408+
* [ng2-dropdown](https://github.com/pleerock/ngx-dropdown) Dropdown menu for angular2 and bootstrap 3
409+
* [ng2-progress-bar](https://github.com/pleerock/ngx-progress-bar) Simple progress bar for angular2 and bootstrap 3
410+
* [ng2-tabs](https://github.com/pleerock/ngx-tabs) Tabs control for angular2 and bootstrap 3
411+
* [ng2-modal](https://github.com/pleerock/ngx-modal) Modal window for angular2 and bootstrap 3
412+
* [ng2-paginator](https://github.com/pleerock/ngx-paginator) Pagination control for angular2 and bootstrap 3
414413
* [fuel-ui](https://github.com/FuelInteractive/fuel-ui) Bootstrap 4 components and directives for use in Angular 2
415414
* [prime-ng](https://www.primefaces.org/primeng/) Collection of rich UI components for Angular 2
416415
* [ng2-ace](https://github.com/seiyria/ng2-ace) Ace editor directive made for Angular 2
417416
* [ng2-storage](https://github.com/seiyria/ng2-storage) A localStorage and sessionStorage wrapper written using ES6 Proxies for Angular 2
418417
* [ng2-fontawesome](https://github.com/seiyria/ng2-fontawesome) A small directive making font awesome even easier to use.
419418
* [ng2-sweetalert2](https://github.com/seiyria/ng2-sweetalert2) A wrapper for sweetalert2 for use with Angular 2.
420419
* [angular2-text-mask](https://github.com/text-mask/text-mask) Angular 2 input mask directive
421-
* [ng2-fullpage](https://github.com/meiblorn/ng2-fullpage) Fullpage scrolling for Angular2 based on fullPage.js
420+
* [ng2-fullpage](https://github.com/meiblorn/ngx-fullpage) Fullpage scrolling for Angular2 based on fullPage.js
422421
* [file-droppa](https://github.com/ptkach/fileDroppa) Simple files drop and upload component with files list
423422
* [ng2-img-fallback](https://github.com/VadimDez/ng2-img-fallback) Load placeholder image on image error
424423
* [angular2-busy](https://github.com/devyumao/angular2-busy) Show busy/loading indicators on any promise, or on any Observable's subscription
@@ -428,18 +427,17 @@ Http is available as an injectable class, with methods to perform http requests.
428427
* [ng2-card](https://github.com/c-bata/ng2-card) - Card view component for Angular2
429428
* [Wijmo 5](http://wijmo.com/products/wijmo-5/) - Set of UI components for Angular2
430429
* [ng2-swipeable-card](https://github.com/JayKan/ng2-swipeable-card) - Swipeable card component for Angular2
431-
* [ng2-date-picker](https://vlio20.github.io/ng2-date-picker/) - Highly configurable date picker built for Angular 2 applications
432430
* [ngSemantic](https://github.com/vladotesanovic/ngSemantic) - UI components based on Semantic UI
433431
* [vmware clarity](https://github.com/vmware/clarity) - Mostly a CSS only framework but some components are ported to Angular 2
434432
* [Teradata covalent](https://github.com/Teradata/covalent/) - UI Platform built on @angular/material 2.0
435-
* [ng2-quill-editor](https://github.com/surmon-china/ng2-quill-editor) - Quill editor component for Angular2
433+
* [ng2-quill-editor](https://github.com/surmon-china/ngx-quill-editor) - Quill editor component for Angular2
436434
* [ngx-charts](https://github.com/swimlane/ngx-charts) - Declarative Charting Framework for Angular2 and beyond!
437435
* [ngx-datatable](https://github.com/swimlane/ngx-datatable) A feature-rich yet lightweight data-table crafted for Angular2 and beyond!
438436
* [ngx-ui](https://github.com/swimlane/ngx-ui) - Style and Component Library for Angular2 and beyond!
439437
* [Cloudinary](https://github.com/cloudinary/cloudinary_angular/tree/angular_next) - Angular2 SDK for image and video management in the cloud
440438
* [angular2-simple-countdown](https://github.com/previousdeveloper/angular2-simple-countdown) - a simple countdown angular2 directive with multiple language
441439
* [ng-http-cache](https://github.com/davguij/angular-http-cache) - Speed up your remote requests by automatically caching them on client.
442-
* [lottie-angular2](https://github.com/chenqingspring/lottie-angular2) - Render After Effects animations on Angular2 based on Bodymovin.
440+
* [lottie-angular2](https://github.com/chenqingspring/ng-lottie) - Render After Effects animations on Angular2 based on Bodymovin.
443441
* [ngx-restangular](https://github.com/2muchcoffeecom/ngx-restangular) - Restangular for Angular 2 and higher versions.
444442
* [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.
445443
* [angular-split](https://github.com/bertrandg/angular-split) Angular split component
@@ -508,19 +506,17 @@ TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
508506

509507

510508
#### TypeScript Seed Projects
511-
* [Angular 2 Webpack Starter](https://angularclass.github.io/angular2-webpack-starter/) - An Angular 2 Webpack Starter kit featuring Angular 2 (Router, Http, Forms, Services, Tests, E2E), Karma, Protractor, Jasmine, TypeScript, and Webpack by @Angular-Class
512509
* [Angular Seed](https://mgechev.github.io/angular-seed/) Seed project for Angular apps
513-
* [angular2-ts-seed](https://github.com/codewareio/angular2-ts-seed) - A complete, yet simple, starter for Angular 2 using TypeScript
514510
* [ng2-play](https://github.com/pkozlowski-opensource/ng2-play) A minimal Angular2 playground using TypeScript and SystemJS loader
515511
* [Angular Lab](https://github.com/rolandjitsu/angular-lab) A simple Angular 2+ setup using [Angular CLI](https://cli.angular.io), [TypeScript](http://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).
516-
* [Angular2Go](https://github.com/johnpapa/angular2-go#awesome-angular2) Angular 2 Go !
512+
* [Angular2Go](https://github.com/johnpapa/angular-go) Angular 2 Go !
517513
* [Angular 2 Samples](https://github.com/thelgevold/angular-2-samples) Angular 2.0 sample components
518514
* [Todo app with Firebase, OAuth, and Immutable](https://github.com/r-park/todo-angular2-firebase)
519515
* [Spring Boot and Angular2 tutorial](https://github.com/springboot-angular2-tutorial/angular2-app) Angular2 practical example based on [Rails tutorial](https://www.railstutorial.org/).
520516
* [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!
521-
* [Angular 2 Starter](https://github.com/antonybudianto/angular2-starter) - Simple Angular 2 Starter with Gulp workflow and Travis CI
522-
* [Angular 2 Leaflet Starter](https://github.com/haoliangyu/angular2-leaflet-starter) - A map application starter based on Angular 2 and Leaflet
523-
* [Angular 2 MapboxGL Starter](https://github.com/haoliangyu/angular2-mapboxgl-starter) - Another map application starter based on Angular 2 and MapboxGL JS
517+
* [Angular 2 Starter](https://github.com/antonybudianto/angular-starter) - Simple Angular 2 Starter with Gulp workflow and Travis CI
518+
* [Angular 2 Leaflet Starter](https://github.com/haoliangyu/ngx-leaflet-starter) - A map application starter based on Angular 2 and Leaflet
519+
* [Angular 2 MapboxGL Starter](https://github.com/haoliangyu/ngx-mapboxgl-starter) - Another map application starter based on Angular 2 and MapboxGL JS
524520
* [Angular 2 reconnecting websockets quickstart](https://github.com/mkusz/ng2_websockets_quickstart) - Simple counter using 2-way or 1-way reconnecting websockets communication
525521
* [ng2-start](https://github.com/cebor/ng2-start) - Minimal setup to start creating an angular2 application
526522
* [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
@@ -618,13 +614,12 @@ Apache Cordova is a popular mobile application development framework using CSS3,
618614
* [babel-angular2-app](https://github.com/shuhei/babel-angular2-app) A skeleton Angular 2 app built with [Babel](https://babeljs.io/) and [Browserify](http://browserify.org/).
619615
* [angular2-fullstack-starter](https://github.com/jgodi/angular2-fullstack-starter) A full stack skeleton Angular 2 app built with Webpack/Babel.
620616
* [angular2-es6-starter](https://github.com/blacksonic/angular2-babel-esnext-starter) A skeleton Angular 2 ES6 application built with Babel, Webpack, Gulp.
621-
* [angular2-es-seed](https://github.com/codewareio/angular2-es-seed) A complete, yet simple, starter for Angular 2 using ES2016.
622617
* [angular-babel-seed](https://github.com/rbnlffl/angular-babel-seed) The super simple Angular quickstarter with ES6
623618
* [**{{** add_your_repo **}}**](https://github.com/angularclass/awesome-angular/edit/gh-pages/README.md)
624619

625620
#### Babel Demo, Samples, and Examples
626621
* [angular2-es6-todomvc](https://github.com/blacksonic/angular2-esnext-todomvc) Angular 2 TodoMVC implementation with ES6.
627-
* [ng1-ng2-webpack-lazy-uirouter](https://github.com/swimlane/ng1-ng2-webpack-lazy-uirouter) Hybrid lazy-loading Angular1 + Angular2 using UI-Router, Webpack2 and Babel.
622+
* [ng1-ng2-webpack-lazy-uirouter](https://github.com/swimlane/ng1-ng4-webpack-lazy-uirouter) Hybrid lazy-loading Angular1 + Angular2 using UI-Router, Webpack2 and Babel.
628623
* [**{{** add_your_repo **}}**](https://github.com/angularclass/awesome-angular/edit/gh-pages/README.md)
629624

630625
#### Babel Plugins
@@ -693,7 +688,7 @@ Apache Cordova is a popular mobile application development framework using CSS3,
693688
##### Haxe General Resources
694689
* [Haxe.org](http://haxe.org)
695690
* [Haxe on Wikipedia](https://en.wikipedia.org/wiki/Haxe)
696-
* [Haxe Playground ](http://try.haxe.org/)
691+
* [Haxe Playground ](https://try.haxe.org/)
697692
* [Haxe compiler targets](http://haxe.org/documentation/introduction/compiler-targets.html) compiler targets: C++, C#, Java, Python, PHP, ActionScript 3, and Flash or Neko bytecode
698693
* [Haxe Usage Survey results](blog.onthewings.net/2015/11/14/haxe_usage_survey/)
699694
* [Haxe discussion group](https://groups.google.com/forum/#!forum/haxelang) - community

scripts/validate_urls.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ angular-meteor.com,\
2121
badge.fury.io,\
2222
travis-ci.org,\
2323
softwarearchitekt.at,\
24-
https://plus.google.com/+AngularJS
24+
https://plus.google.com/+AngularJS,\
25+
https://blog.craftlab.hu/multiple-solutions-for-angular-ahead-of-time-aot-compilation-c474d9a0d508
2526

2627
awesome_bot README.md --white-list ${WHITELIST_URLS}

0 commit comments

Comments
 (0)