Gadgets

Lenovo ThinkPad T495 Purchase: Just Bought It!

Today I bought a Lenovo ThinkPad T495 online. I kept looking at this product for several weeks but could not make up my mind. I wanted an AMD Rayzen 7 Pro 3700U but could only get a maximum of 8GB onboard memory plus a 16GB selectable memory.

Angular, Software Development

Angular Multiple Components With One EventEmitter

This post how to send messages from multiple Angular components using the same EventEmitter. We have three parts – AppComponents, AnotherComponent, and YetAnotherComponent. The setup is usually hierarchical, where we embed the selectors of AnotherComponent and YetAnotherComponent in AppComponent’s HTML.