Closed dvorapa closed 2 years ago
You're right that this should not happen. The reason is that just two weeks ago ngcomponents
was still using angular
, so I haven't updated the template yet. Now we can update the template to use ngdart
.
Side note: you don't need to dart pub global activate ngdart
.
Fixed via 983f636ee93dff887009252ac1caa8bfcb6ac132. Feel free to reopen if the issue still exists after upgrading to v1.3.0.
Steps to reproduce
pub global activate webdev && pub global activate ngdart && pub global activate ngdart_cli
ngdart create myproject
This should be changed to ngdart right? Or am I missing something?