Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 507 Bytes

File metadata and controls

11 lines (8 loc) · 507 Bytes

Angular 18 Template App

This is a template for an Angular 18 application that uses modules and SCSS. The app is configured without Server-Side Rendering (SSR) and standalone components by default. However, you can create standalone components by using the standalone: true property.

Features

  • Angular 18
  • No SSR (Server-Side Rendering)
  • No standalone components (You can create standalone components by setting the standalone property to true)
  • SCSS for styling
  • Module-based architecture