Skip to content

Commit 8e16e89

Browse files
committed
Add angular whatsnew page
1 parent cfc8ddf commit 8e16e89

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed
File renamed without changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: New .NET 10 + Angular 21 IdentityAuth Template
3+
url: https://docs.servicestack.net/templates/angular
4+
image: /img/posts/angular-spa/bg.webp
5+
order: 3
6+
---
7+
8+
Introducing the new **Angular 21 SPA Template** - a modern, full-stack template combining Angular 21 with a powerful .NET 10 backend. Built with standalone components and no NgModules, it embraces Angular's latest architecture with support for both **RxJS Observables** and **Angular Signals** reactivity models.
9+
10+
The template features **Tailwind CSS v4** with dark mode support, **ASP.NET Core Identity** authentication with beautifully styled pages, and a streamlined development workflow where `dotnet watch` starts both the .NET backend and Angular dev server with Hot Module Replacement at a single `https://localhost:5001` endpoint.
11+
12+
The template includes comprehensive **AGENTS.md** documentation for optimal AI-assisted development, helping Claude and other AI assistants understand your project's ServiceStack conventions, Angular patterns and architecture.

MyApp/_whatsnew/2025-12-02_v10.0/replacing-legacy-uis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Rewriting Legacy UIs in an AI-First World
33
url: https://react-templates.net/docs/vibe-coding/rewrite-legacy-uis
44
image: ./img/posts/replacing-legacy-uis/bg.webp
5-
order: 3
5+
order: 4
66
---
77

88
Software development has reached an inflection point where rewriting complete application UIs now takes hours instead of months. With AI models excelling at code transformations, **your existing codebase becomes the perfect specification** - defining all features, workflows, edge cases, and business logic with zero ambiguity.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: New Vibe Codable .NET 10 React Templates
2+
title: New .NET 10 React Templates for AI-Assisted Development
33
url: https://react-templates.net
44
image: ./img/posts/vibecode-react-templates/bg.webp
55
order: 2
@@ -9,8 +9,8 @@ We're excited to announce [react-templates.net](https://react-templates.net) - a
99

1010
The new templates feature a new **NodeProxy architecture** that eliminates the complexity of managing separate dev servers. Simply run `dotnet watch` to access your React App at `https://localhost:5001` with full HMR support:
1111

12-
- **react-static** and **next-static** - Minimal starting templates with static exports
13-
- **react-spa** and **nextjs** - Full-featured templates with Blog, MDX, shadcn/ui
14-
- **next-rsc** - Cutting-edge React Server Components with .NET API access
12+
- [react-static](https://react-templates.net/docs/templates/react-static) and [next-static](https://react-templates.net/docs/templates/next-static) - Minimal starting templates with static exports
13+
- [react-spa](https://react-templates.net/docs/templates/react-spa) and [nextjs](https://react-templates.net/docs/templates/nextjs) - Full-featured templates with Blog, MDX, shadcn/ui
14+
- [next-rsc](https://react-templates.net/docs/templates/next-rsc) - Cutting-edge React Server Components with .NET API access
1515

1616
All templates seamlessly integrate .NET APIs, Razor Pages, and React UIs, integrates Identity Auth, and comes with comprehensive **AGENTS.md** files for optimal AI-assisted development. Start your next project at [react-templates.net](https://react-templates.net)

0 commit comments

Comments
 (0)