Overview
The Footer component is a simple presentational component that displays the ScreenPulse branding and copyright symbol at the bottom of the application. Location:src/app/layout/footer/footer.component.ts
Component Structure
- TypeScript
- Template
Features
- Static Content: Pure presentational component with no inputs or outputs
- Minimal Design: Clean footer with branding and copyright icon
- Material Icons: Uses Angular Material copyright icon
Usage
The footer is typically placed in the main application layout:Content
The footer displays:- Brand Name: “ScreenPulse” text
- Copyright Icon: Material Design copyright symbol
Styling
The component uses scoped styles defined infooter.component.scss to position and style the footer content consistently across all pages.