Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Todo list in Angular without Jquery

I'm practicing in Angular and trying to make same Todo as here in Angular but without Jquery. I put js in independent file in imported in my project in angular.json by

    "scripts": [
      "src/myscript.js"
    ]

But I want to make it with plant javascript. Is it possible?

Comments