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
Post a Comment