angular.dart.tutorial
angular.dart.tutorial copied to clipboard
Explain (or remove?) di/di.dart import
Starting in Chapter 03, you start importing di/di.dart into the project however there's no mention of why this import is added and it does not appear to be used in main.dart.
importing package:di/di.dart is not necessary when already importing package:angular/angular.dart, as the latter exports the former.
OK, I'll remove that import.