<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Front End on</title><link>https://the-doc.netlify.app/docs/frontend/</link><description>Recent content in Front End on</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Tue, 25 Jan 2022 14:40:56 +0100</lastBuildDate><atom:link href="https://the-doc.netlify.app/docs/frontend/index.xml" rel="self" type="application/rss+xml"/><item><title>Angular</title><link>https://the-doc.netlify.app/docs/frontend/angular/</link><pubDate>Sun, 11 Jan 2026 16:26:00 +0530</pubDate><guid>https://the-doc.netlify.app/docs/frontend/angular/</guid><description>Overview # The Angular generator creates a robust Single Page Application (SPA) structure integrated with NGXS for state management and Angular Forms for validation.
Configuration # Add &amp;quot;angular&amp;quot; to your front-end in config.json:
{ &amp;quot;front-end&amp;quot;: [&amp;quot;angular&amp;quot;], &amp;quot;angular&amp;quot;: { &amp;quot;outputPath&amp;quot;: &amp;quot;../public_html/manager&amp;quot;, &amp;quot;assets&amp;quot;: [] } } Generated Structure # The Generator will output the following in the angular/src/app/shared/ directory:
Interface/Model/: TypeScript Interfaces matching your DB schema. Service/Model/: Angular Services dealing with HTTP requests.</description></item><item><title>SolidJS</title><link>https://the-doc.netlify.app/docs/frontend/solidjs/</link><pubDate>Sun, 11 Jan 2026 16:26:00 +0530</pubDate><guid>https://the-doc.netlify.app/docs/frontend/solidjs/</guid><description>Overview # The SolidJS generator produces a lightweight, reactive frontend structure using SolidJS, focusing on fine-grained reactivity.
Configuration # Add &amp;quot;solidjs&amp;quot; to your front-end in config.json:
{ &amp;quot;front-end&amp;quot;: [&amp;quot;solidjs&amp;quot;] } Generated Structure # The Generator will output the following in the solidjs/src/shared/ directory:
Interface/Model/: TypeScript Interfaces. Service/Services.ts: Centralized Service exports. run.ts: Initialization logic, handling IndexedDB and initial data fetching. (Note: Stores and individual Service files are currently referenced in code comments but primarily generated within the centralized Services.</description></item><item><title>VueJS</title><link>https://the-doc.netlify.app/docs/frontend/vuejs/</link><pubDate>Sun, 11 Jan 2026 16:26:00 +0530</pubDate><guid>https://the-doc.netlify.app/docs/frontend/vuejs/</guid><description>Overview # The VueJS generator creates a modern Vue 3 application structure using Pinia for state management.
Configuration # Add &amp;quot;vuets&amp;quot; to your front-end in config.json:
{ &amp;quot;front-end&amp;quot;: [&amp;quot;vuets&amp;quot;] } Generated Structure # The Generator will output the following in the vuets/src/shared/ directory:
Interface/Model/: TypeScript Interfaces. Store/Model/: Pinia Stores for each model. Service/Model/: API Service files for performing CRUD operations. Pinia Store Example # Stores are generated using the defineStore syntax:</description></item></channel></rss>