Tag: typescript

  • Fix for Angular template Autocomplete.

    Fix for Angular template Autocomplete.

    ๐Ÿ‘‹ Hey there, Angular developers! Do you use Visual Studio Code as your code editor and find yourself missing out on Angular template intellisense? ๐Ÿ˜ฉ Fear not, there’s a simple fix that can help you get the most out of your development experience! One of the reasons why you might not be getting Angular template…

  • Leaflet Types for Angular๐Ÿ‘ฉโ€๐Ÿ’ป

    When developing angular applications that use leaflet, you can run into some issues. ๐Ÿ’ฃ Perhaps you are trying to import leaflet like this One of the most common issues (perhaps when developing with later versions of angular which use strict typescript rules by default) is you run into an error where you receive the error:…