MagnusBrzenk / material-2-sticky-footer-mat-sidenav

See demo at

Home Page:https://cankattwinkel.github.io/material-2-sticky-footer-mat-sidenav/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo App for Sticky Footer with Angular 7 and Material 2

This simple demo app is part of an updated article on theCodeCampus blog. The article can be found here.
This example uses Angular 7 and Material 2.

Where can I find the running demo?

Follow this link.

What is it about?

My guess is your using Angular in combination with Angular Material and you need a sticky footer, which is under given circumstances not well documented.
The footer supports a variable height.

TL;DR

The most important file is src/app/app.component.scss. There you can find the scss rules to support a sticky footer.

Run the example

Clone this project and run ng serve for a dev server. Navigate to http://localhost:4200/.

About

See demo at

https://cankattwinkel.github.io/material-2-sticky-footer-mat-sidenav/


Languages

Language:TypeScript 61.7%Language:JavaScript 15.9%Language:HTML 13.0%Language:CSS 9.4%