Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/dotnet/APIView/ClientSPA/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# primeng and ngx-monaco-editor-v2 have not yet published Angular 22 compatible
# releases (their peerDependencies still target Angular 21). They work correctly
# with Angular 22 at runtime, so allow installs to proceed despite the peer range
# mismatch until upstream publishes Angular 22 builds.
legacy-peer-deps=true
4 changes: 2 additions & 2 deletions src/dotnet/APIView/ClientSPA/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Overview

Angular 20 frontend SPA. Builds to `../APIViewWeb/wwwroot/spa` for hosting by the ASP.NET backend.
Angular 22 frontend SPA. Builds to `../APIViewWeb/wwwroot/spa` for hosting by the ASP.NET backend.

See [CONTRIBUTING.md](CONTRIBUTING.md) for setup and contribution details.

## Tech Stack

- **Angular 20** with standalone components
- **Angular 22** with standalone components
- **PrimeNG** for UI components, **Bootstrap** for layout
- **Monaco Editor** via `ngx-monaco-editor-v2` for code display
- **SignalR** (`@microsoft/signalr`) for real-time updates
Expand Down
Loading
Loading