From 743676bcfdfb2204e854cbeb3507e09e4c2a1c5d Mon Sep 17 00:00:00 2001 From: Maximilian Koeller Date: Fri, 14 Aug 2026 17:26:42 +0200 Subject: [PATCH] build: share example routes with web components --- src/app/app.component.html | 2 +- .../{app-routing.module.ts => app.routes.ts} | 8 ++- src/main.ts | 2 +- src/main.web-components.ts | 56 +++++++------------ 4 files changed, 28 insertions(+), 40 deletions(-) rename src/app/{app-routing.module.ts => app.routes.ts} (98%) diff --git a/src/app/app.component.html b/src/app/app.component.html index d84d011d22..475a15a66c 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -21,7 +21,7 @@

Documentation

Basic