Miroslav Slapka
Miroslav Slapka's Blog

Miroslav Slapka's Blog

Follow
homebadgesnewsletter

Angular containers and inheritance

Jul 3, 20222 min read 89 views

I used to pass services to constructor of the component in the following way: import {MyServiceA} from './myServiceA'; import {MyServiceB} from...

Angular containers and inheritance

5 ways to check if Javascript Array is empty

Mar 26, 20224 min read 123 views

plus Typescript tip · I'll shortly describe what Javascript (JS) array is, how we basically use it and then I'll describe how we can check whether it's...

5 ways to check if Javascript Array is empty

How to load data before your Angular app starts

Jan 29, 20223 min read 85 views

Using APP_INITIALIZER · Do you have to load configuration files to set some application properties or to load some data before the application starts?...

How to load data before your Angular app starts

Safari is the new Internet Explorer

Dec 31, 20213 min read 49 views

A short rant about poor DX/UX · I worked on a website recently and I got a feedback from designers. It's important to check that everything looks great...

Safari is the new Internet Explorer

How Comparisons Work in JavaScript: A Thorough Guide

Nov 20, 20214 min read 67 views

I read some parts of the JS book series 'You Don't Know JS' by Kyle Simpson a few years ago. Now there is a 2nd edition in progress and I started...

How Comparisons Work in JavaScript: A Thorough Guide

My experience with Tailwind CSS + Angular

Jul 4, 20215 min read 53 views

A utility-first CSS framework you should try · I've decided to try Tailwind CSS framework recently to build something simple - my personal page. The...

My experience with Tailwind CSS + Angular