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.1 Reply
Oh, okay, I found the solution. Using 
deno run -A npm:@angular/cli new test-app did the trick . But for now i cant set Deno as package manager in the Angular project. Hope they will implement it.