Decided to finally give in and make a todo list app in #Angular.
Struggling with the concept of "layouts" at the moment. Maybe I'm approaching this all wrong!
Ahh, so you've got to use the component property while loading the children in the Route config. That component becomes the root/layout component, where you then exercise router-outlet!
@celia what's that font? Looks sweet :3
@dusansimic @celia Ain't it the same font as here? https://dusansimic.me/ :^)
@jorges @dusansimic Yup, using the system font stack so I guess the font must be Ubuntu. :)
@jorges @celia tbh, it looked a bit different to me. I don't know why 😅
Fosstodon is an English speaking Mastodon instance that is open to anyone who is interested in technology; particularly free & open source software.
Ahh, so you've got to use the component property while loading the children in the Route config. That component becomes the root/layout component, where you then exercise router-outlet!