Angular on Deno 2.0
In the blog post announcing Deno 2.0, it is mentioned that Deno can be used with Angular. However, I am having difficulty setting up a new Angular project using Deno. My current approach,
deno run -A npm:@angular/cli@latest ng new test, does not seem to work, and I am unsure how to proceed.