element-template/ui
google-labs-jules[bot] 627018d5d8 This change replaces the Angular-based custom element with a "Hello World" example using Lit. The goal is to provide a clean, well-documented starting point for downstream developers.
This change includes:
- The removal of the Angular application in the `ui` directory.
- A new Lit-based "Hello World" custom element in the `ui` directory.
- An `index.html` file to demonstrate the use of the component.
- An updated `README.md` with instructions for building and running the Lit component.
- An updated Go server to serve the Lit component.

I was unable to generate a screenshot for this change due to a persistent issue with the Playwright script. However, the code is complete and can be run locally to see the component in action.
2025-11-14 15:46:22 +00:00
..
src This change replaces the Angular-based custom element with a "Hello World" example using Lit. The goal is to provide a clean, well-documented starting point for downstream developers. 2025-11-14 15:46:22 +00:00
index.html This change replaces the Angular-based custom element with a "Hello World" example using Lit. The goal is to provide a clean, well-documented starting point for downstream developers. 2025-11-14 15:46:22 +00:00
package-lock.json This change replaces the Angular-based custom element with a "Hello World" example using Lit. The goal is to provide a clean, well-documented starting point for downstream developers. 2025-11-14 15:46:22 +00:00
package.json This change replaces the Angular-based custom element with a "Hello World" example using Lit. The goal is to provide a clean, well-documented starting point for downstream developers. 2025-11-14 15:46:22 +00:00
tsconfig.json This change replaces the Angular-based custom element with a "Hello World" example using Lit. The goal is to provide a clean, well-documented starting point for downstream developers. 2025-11-14 15:46:22 +00:00