docs: remove stale third party a-m#2148
Conversation
📝 WalkthroughWalkthroughThe README.md was edited to prune many third-party entries across the "Awesome Angular" lists and to update several surviving entries' names/scoped packages and source URLs (npm → GitHub); a Drag & Drop entry was adjusted (Official Angular Docs added, Angular CDK item removed). Lines: +6/−60. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 1378: Update the official Angular Material CDK URL to use the canonical
.dev domain: replace the existing
"https://material.angular.io/cdk/drag-drop/overview" link in the README entry "*
[Official Angular Material CDK] ..." with
"https://material.angular.dev/cdk/drag-drop/overview" so it matches other
official Material docs and avoids legacy redirects.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
|
||
| ### Drag and Drop | ||
|
|
||
| * [Official Angular Material CDK](https://material.angular.io/cdk/drag-drop/overview) - The `@angular/cdk/drag-drop` module provides you with a way to easily and declaratively create drag-and-drop interfaces. |
There was a problem hiding this comment.
Use the canonical Angular Material docs domain for this new official entry.
Line 1378 uses material.angular.io, while other official Material docs in this file already use material.angular.dev (for example, Line 1052). Switching this one to .dev keeps links consistent and avoids relying on legacy redirects.
Suggested patch
-* [Official Angular Material CDK](https://material.angular.io/cdk/drag-drop/overview) - The `@angular/cdk/drag-drop` module provides you with a way to easily and declaratively create drag-and-drop interfaces.
+* [Official Angular Material CDK](https://material.angular.dev/cdk/drag-drop/overview) - The `@angular/cdk/drag-drop` module provides you with a way to easily and declaratively create drag-and-drop interfaces.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| * [Official Angular Material CDK](https://material.angular.io/cdk/drag-drop/overview) - The `@angular/cdk/drag-drop` module provides you with a way to easily and declaratively create drag-and-drop interfaces. | |
| * [Official Angular Material CDK](https://material.angular.dev/cdk/drag-drop/overview) - The `@angular/cdk/drag-drop` module provides you with a way to easily and declaratively create drag-and-drop interfaces. |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 1378, Update the official Angular Material CDK URL to use
the canonical .dev domain: replace the existing
"https://material.angular.io/cdk/drag-drop/overview" link in the README entry "*
[Official Angular Material CDK] ..." with
"https://material.angular.dev/cdk/drag-drop/overview" so it matches other
official Material docs and avoids legacy redirects.
There was a problem hiding this comment.
🧹 Nitpick comments (1)
README.md (1)
1378-1378: Consider adding a short description for consistency.This bullet is the only one in the local section without a
- ...description, so adding one would keep list formatting uniform.✏️ Suggested tweak
-* [Official Angular Docs](https://angular.dev/guide/drag-drop) +* [Official Angular Docs](https://angular.dev/guide/drag-drop) - Official guide for building drag-and-drop interfaces with the Angular CDK.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@README.md` at line 1378, Update the README list entry for the Angular drag/drop link so it matches the other bullets' " - ..." format: replace the current lone link line "* [Official Angular Docs](https://angular.dev/guide/drag-drop)" with a hyphenated description, e.g. "* [Official Angular Docs](https://angular.dev/guide/drag-drop) - official guide for Angular CDK drag-and-drop usage and examples", ensuring the list formatting remains consistent.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@README.md`:
- Line 1378: Update the README list entry for the Angular drag/drop link so it
matches the other bullets' " - ..." format: replace the current lone link line
"* [Official Angular Docs](https://angular.dev/guide/drag-drop)" with a
hyphenated description, e.g. "* [Official Angular
Docs](https://angular.dev/guide/drag-drop) - official guide for Angular CDK
drag-and-drop usage and examples", ensuring the list formatting remains
consistent.
Summary by CodeRabbit
Release Notes