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.
- Angular 18
- No SSR (Server-Side Rendering)
- No standalone components (You can create standalone components by setting the
standaloneproperty totrue) - SCSS for styling
- Module-based architecture