Siget is a modern Angular 21 application template built with Angular CLI v21.2.13. It ships with standalone components, Angular Router, SCSS styling, and Vitest for fast unit testing — giving you a clean, opinionated foundation to build production-ready Angular applications.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/kevinrodriguezmorales/siget/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Understand what Siget includes and how the project is structured before you start.
Quickstart
Install dependencies, start the dev server, and have a running app in under two minutes.
Components
Generate and build Angular standalone components with the Angular CLI.
Unit Testing
Write and run unit tests with Vitest and Angular’s TestBed harness.
What’s included
Siget provides a production-ready starting point for Angular development. Every major concern is already wired up so you can focus on building features.Angular 21
Standalone components, signals, and the latest Angular platform APIs.
Vitest
Lightning-fast unit testing with jsdom and Angular TestBed integration.
Angular Router
Client-side routing pre-configured with
provideRouter.SCSS
Component-scoped SCSS styles with global styles support.
Strict TypeScript
Strict mode,
noImplicitOverride, noImplicitReturns, and more.Prettier
Consistent code formatting with Angular HTML parser support.