I already installed Dart extension for VS Code and also tried ngdart but it isnt working
So I pressed CTRL+SHIFT+P And picked > Dart: New Project
but there is no option for
Angular Dart Web App
only
Bare-Bones Web App
Console Application
Dart Package
Server App
3
Answers
Use
ngdart_cli
Since version 7.1.0 angular packages was renamed from angular_(package) to ng(package), so formerly CLI tool ngdart was renamed to ngdart_cli. More info in changelog info on pub.dev https://pub.dev/packages/ngdart/changelog#710.
the angular_cli package and ngdart package are outdated use the ngdart_cli to create a new project using the command line