Introducing ng-anim8: My Angular Animation Utility Library

Modern Angular applications often need small, polished transitions: a panel should collapse smoothly, a modal should fade in, an error badge should shake once, or a sidebar should slide into view. These are not complex animation systems. They are everyday UI details that make an interface feel more responsive and easier to understand. That is the reason I built

By |2026-07-09T17:02:11+02:009. July 2026|Angular, Development, General|

Custom npm registry with authentication

If you are working on an enterprise project for a large customer, you are possibly working with scoped and private npm packages. This can be libraries or utility code that is shared across multiple applications. You will not find these packages on the public npm registry at https://registry.npmjs.org/. This kind of private packages are usually published into a custom npm

By |2021-08-24T16:12:40+02:0024. August 2021|Development, npm|
Go to Top