-Awesome Angular 2 Awesome +Awesome Angular Awesome

-

Awesome list of Angular 2 seed repos, starters, boilerplates, examples, tutorials, components, modules, videos, and anything else in the Angular 2 ecosystem

+

Awesome list of Angular seed repos, starters, boilerplates, examples, tutorials, components, modules, videos, and anything else in the Angular 2 ecosystem

Current Angular 2 version:
From bfcae52126d211e394dea264f69616c45c6f638c Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Tue, 23 Apr 2024 20:25:43 -0700 Subject: [PATCH 0226/1046] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7bde8e75..8f133d75 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - Awesome Angular 2 by PatrickJS + Awesome Angular by PatrickJS From faa30d9ffc5e40475a707ddc1fda5c912abd5396 Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Tue, 23 Apr 2024 20:30:44 -0700 Subject: [PATCH 0227/1046] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc5ac8f9..5926240b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Awesome Angular [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -This is the original Awesome list of the Angular2 framework, today known as just [Angular](https://angular.io/). This repository contains intriguing libraries and repos in the Angular ecosystem for both inexperienced and seasoned developers. +This is the original Awesome list of the Angular framework, today known as just [Angular](https://angular.dev/). This repository contains intriguing libraries and repos in the Angular ecosystem for both inexperienced and seasoned developers. ##### Current Angular version: From 1c263c557023c0c11702a9cbeeeba50f5c031688 Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Tue, 23 Apr 2024 20:38:57 -0700 Subject: [PATCH 0228/1046] add jdegand to thanks at the bottom --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5926240b..fd8e4e57 100644 --- a/README.md +++ b/README.md @@ -687,7 +687,7 @@ become an Angular expert --- -enjoy — [**PatrickJS**](https://twitter.com/PatrickJS__) +enjoy — [**PatrickJS**](https://twitter.com/PatrickJS__) and [**jdegand**](https://github.com/jdegand) --- From f6a565c02669fb812eaabf2d40b3def89da1440d Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Tue, 23 Apr 2024 21:29:25 -0700 Subject: [PATCH 0229/1046] add logo designed by SAWARATSUKI --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fd8e4e57..d2ae2ca8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@

+> logo designed by [SAWARATSUKI](https://github.com/SAWARATSUKI/ServiceLogos) + # Awesome Angular [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) This is the original Awesome list of the Angular framework, today known as just [Angular](https://angular.dev/). This repository contains intriguing libraries and repos in the Angular ecosystem for both inexperienced and seasoned developers. From d336a39b8d53db70d7e8f0e8850f7e5a19784f15 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:53:33 -0400 Subject: [PATCH 0230/1046] fix: heading (#554) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2ae2ca8..940eafd1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ # Awesome Angular [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -This is the original Awesome list of the Angular framework, today known as just [Angular](https://angular.dev/). This repository contains intriguing libraries and repos in the Angular ecosystem for both inexperienced and seasoned developers. +This is the original Awesome list of the [Angular](https://angular.dev/) framework. This repository contains intriguing libraries and repos in the Angular ecosystem for both inexperienced and seasoned developers. ##### Current Angular version: From 512dec0aa223276e7aa99c35aa869047733c26de Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:53:43 -0400 Subject: [PATCH 0231/1046] feat: add updating section (#553) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 940eafd1..4a68fd61 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Table of contents: * [Authentication](#authentication) * [NgRx](#ngrx) * [Deployment](#deployment) +* [Updating](#updating) ### Angular @@ -687,6 +688,12 @@ become an Angular expert * [Netlify](https://docs.netlify.com/frameworks/angular/) - Angular applications on Netlify can benefit from integrations such as automatic framework detection and built-in redirects functionality. * [angular-cli-ghpages](https://github.com/angular-schule/angular-cli-ghpages) - SSR does not work, and there can be some caveats, but you can host your Angular project on GitHub Pages. +#### Updating + +* [angular update guide](https://update.angular.io/) - Interactive guide to help you migrate from one version of Angular to another. +* [ng update](https://angular.dev/cli/update) - Use the CLI to update your project or try new Angular features by adding the `--next` flag. +* [migrations](https://angular.dev/reference/migrations) - Angular offers schematics to help update your project for you. You can convert your project to standalone components, the new control flow syntax, and more by using one of the Angular built-in schematics. + --- enjoy — [**PatrickJS**](https://twitter.com/PatrickJS__) and [**jdegand**](https://github.com/jdegand) From 42199f762bf5d024de85c6e9062ce686a82ea4ba Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:53:50 -0400 Subject: [PATCH 0232/1046] refactor: remove schematics and add lone remaining to templates (#552) --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 4a68fd61..f44e52a5 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ Table of contents: * [Generators](#generators) * [Documentation tools](#documentation-tools) * [Developer tools](#developer-tools) - * [Schematics](#schematics) * [Angular Challenges](https://angular-challenges.vercel.app/) * [Third Party Components](#third-party-components) * [Animations](#animations) @@ -348,6 +347,7 @@ become an Angular expert * [angular-nest](https://github.com/mugifly/angular-nest) - Simple web app template with Angular v17 + NestJS v9 + ng-openapi-gen. * [gradient-able-free-admin-template](https://github.com/codedthemes/gradient-able-free-admin-template) - Gradient able free bootstrap, angular, react admin template * [angular-ngrx-frontend](https://github.com/tarlepp/angular-ngrx-frontend) - Angular NgRx powered frontend template for Symfony (or similar) backend. +* [Threejs](https://github.com/JohnnyDevNull/ng-three-template) - New Three.js starter app #### Generators @@ -381,14 +381,6 @@ become an Angular expert * [Angular Schematics](https://marketplace.visualstudio.com/items?itemName=cyrilletuzi.angular-schematics) - Ultimate code generation in Visual Studio Code. * [Angular 17 Snippets](https://marketplace.visualstudio.com/items?itemName=Mikael.Angular-BeastCode) - 258 Angular Snippets (TypeScript, Html, Angular Material, Flex Layout, NgRx, RxJS, PWA & Testing) -#### Schematics - -* [Cypress](https://github.com/briebug/cypress-schematic): Add Cypress to an Angular CLI application -* [Jest](https://github.com/briebug/jest-schematic): Configure Angular to execute unit tests with Jest instead of Karma + Jasmine -* [Prettier](https://github.com/schuchard/prettier-schematic): Add Prettier and a pre-commit hook for formatting staged files in an Angular application -* [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 From 0101455ba1e500ebf487543033d7dd28da0a4716 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:53:56 -0400 Subject: [PATCH 0233/1046] fix: update security section (#551) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f44e52a5..d1156ee2 100644 --- a/README.md +++ b/README.md @@ -645,8 +645,11 @@ become an Angular expert #### 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. +* [Angular.io Security Guide](https://angular.io/guide/security) - Brief security guidance including Preventing cross-site scripting (XSS), Sanitization and Content Security Policy. +* [Socket](https://socket.dev/) - Socket is a developer-first security platform that protects your code from both vulnerable and malicious dependencies. +* [Synk](https://snyk.io/) - Snyk is a developer security platform that integrates directly into development tools, workflows, and automation pipelines. +* [Github](https://docs.github.com/en/code-security/code-scanning/introduction-to-code-scanning) - Code scanning is available for all public repositories on GitHub.com. You can turn on secret scanning and use Code QL to secure your repos. +* [Github Skills](https://skills.github.com/) - Guided interactive tutorials for Code Security and analysis are available. #### Authentication From 6ac833e9b2a29ab4de145a7c4b53254517f174d7 Mon Sep 17 00:00:00 2001 From: unkn0wncvm1 <87480097+unkn0wncvm1@users.noreply.github.com> Date: Fri, 26 Apr 2024 04:48:24 +0300 Subject: [PATCH 0234/1046] Update index.html (#563) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8f133d75..aa76f3b5 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ Awesome Angular 2

Awesome Angular

-

A curated list of awesome Angularresources

+

A curated list of awesome Angular resources

View on GitHub