Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add Main Layout with mat-toolbar, router-outlet, and Footer #4

Open
1 of 2 tasks
esthersoftwaredev opened this issue Sep 26, 2024 · 1 comment
Open
1 of 2 tasks
Labels
🌟feature New feature or request good first issue Good for newcomers

Comments

@esthersoftwaredev
Copy link
Member

Type of feature

✨ Feature

Description

Create the main layout for the application by adding a mat-toolbar at the top, a router-outlet for dynamic content display in the center, and a footer at the bottom. This will provide a structured layout for consistent navigation and content presentation across all pages.

Tasks:

  1. mat-toolbar

    • Add Angular Material's mat-toolbar at the top of the layout for the application's main header.
    • The toolbar should include the application title and any navigation or action buttons (if necessary).
  2. router-outlet

    • Set up the router-outlet in the center of the layout to dynamically display the routed components based on the active route.
    • Ensure the layout allows the router-outlet to occupy the central portion of the page, with the toolbar at the top and footer at the bottom.
  3. Footer

    • Add a footer component at the bottom of the layout with relevant links or information.
    • Ensure the footer stays at the bottom of the page, even when there’s little content in the router-outlet (sticky footer).

Expected Outcome:

The application should have a consistent layout with a header (mat-toolbar), dynamic content area (router-outlet), and footer. The layout should be responsive, maintaining its structure across different screen sizes.

Additional context

No response

I would be willing to submit a PR to fix this issue

Copy link

Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.

For full info on how to contribute, please check out our contributors guide.

@esthersoftwaredev esthersoftwaredev added 🌟feature New feature or request good first issue Good for newcomers and removed 👀 needs triage labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌟feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant