Tag: typescript

  • Add Google Tag Manager to an Angular application

    Add Google Tag Manager to an Angular application

    First add the noscript tag to handle cases where javascript is turned off and you still want to capture analytics data. Next add the Google Tag Manager script as far up in the head of your index.html as possible Now the GTM will be ready to use The DataLayer You can see in the above […]

  • Hackathon Submission

    Hackathon Submission

    This is a hackathon project on worked on for EthDenver 2023 For this project I used:

  • Jasmine testing framework

    Jasmine testing framework

    Jasmine is a popular open-source testing framework for JavaScript that is used to write and run unit tests for web applications. It is designed to be easy to use and provides a range of features and tools to help you write and run high-quality tests. What is Jasmine? Jasmine is a behavior-driven development (BDD) testing […]