Angular

Blog

Set auto focus to ionic input in Ionic 6 and Angular 13

I stumbled upon setting focus to an element in Ionic. As it appeared, there is no directive to use (anymore) to autofocus an ionic input.

Blog

Tutorial: how to do an excel download of objects in Typescript

I was doing this project with a little excel download in typescript, and figured it would be great to share it.

Blog

How to fix error upgrading to Angular 13: unhandled exception occurred: Cannot find module 'webpack'

I got this error upgrading from Angular 11 to Angular 13. This is the fix.

Blog

How to add translation with parameters in Angular template

When using angular core's translation mechanism, the translate pipe is our friend in the template. But what if we have dynamic parameters?

Subscribe to Angular