Angular material tabs with lazy loaded routes
Tabs are a great UI pattern to divide up complex content of your web app into easily digestible pieces. You can use a few tabs or several tabs, each catering…
Continue readingTabs are a great UI pattern to divide up complex content of your web app into easily digestible pieces. You can use a few tabs or several tabs, each catering…
Continue readingAnimations add a nice touch to any application, if they’re used in suitable places and not overdone. But when you’re developing games, they are an absolute must! Recently, I created…
Continue readingAngular is usually associated with creating great enterprise level applications. However, that is not all the framework can do! In this article, I’m going to explain how I came up…
Continue readingAs web apps grow in their capabilities, we also see an increase in their bundle sizes. At one hand we need to ship more code for cool new features. On…
Continue readingRecently I worked on a feature for a client that involved generating a PDF document from his Angular web application. After some research we decided to use PDFMake for this…
Continue readingTruncation is a common problem when developing user interfaces with varying lengths of text. While truncating a single line of text is easy through good old CSS, how to truncate…
Continue readingRxJS in Angular can seem a bit difficult at first. But once you learn to leverage its power, it makes your code cleaner and more readable! In this article, I’m…
Continue readingDesigning a navbar (or a toolbar) is easy for one screen size, but to make a truly responsive navbar, Flex Layout provides us with some neat tricks we can use!…
Continue readingAngular 9 is here in all it’s glory and you want to try it out as soon as you want. However, there is just this problem of your existing app…
Continue reading