How to use this developer tool
- Paste Angular TypeScript or template code.
- Select the target Angular version.
- Run the checker.
- Review RxJS, compatibility, and performance findings.
Check Angular TypeScript and template snippets for decorator mistakes, RxJS cleanup risks, list tracking, version compatibility, and maintainability issues.
Uses static browser-side rules for components, RxJS subscriptions, control flow, change detection, and TypeScript patterns.
Compile the full Angular project after applying recommendations because cross-file bindings are not available here.
Use the preloaded sample, run the tool, then inspect the output and status before copying it into a project.
Paste Angular TypeScript, select the version, and run the static checker.
It warns when subscribe calls appear without common cleanup strategies.
Select the target Angular version and review compatibility findings for newer APIs.
Yes. It detects common ngFor or @for patterns that lack trackBy or track.
No. Cross-file templates and types still require a full project build.
| Module | Purpose |
|---|---|
| Angular | Decorators and versions |
| RxJS | Cleanup and nested subscriptions |
| Performance | Tracking and OnPush |