So, i'm trying to make a responsive sidenav IN ANGULAR, WITHOUT MATERIAL, with the same 'responsivity' that we can find in https://angular.io. In my project i make the top nav and side nav as new components and put them in my app.component along with the page content, but i dont know if this separation was the better approach, because the problem that i'm facing seems more like in component communication.
In full screen it works perfectly, but i want it to close the sidenav when screen width reaches 700px or less. But i'm having complications on how to do this.
Here is my github repo: https://github.com/wallysoncarvalho/mygymcoach-web