·
I am on a task to do a responsive Angular footer, and I wanted to do a POC on my own before implementing the solution.
So here it is: https://github.com/vinny59200/vv-footer
A footer using bootstrap with three responsive modes:
―mobile
―desktop
―max-desktop
―mobile
―desktop
―max-desktop
It detects the screen width and height in the ts, which then enables one of the mode in the html.
Have a nice day,