angular.dart.tutorial
angular.dart.tutorial copied to clipboard
Explain/Detail Extending Module vs Instantiating default
In the samples, starting with Chapter 02, you choose to extend the default module class instead of instantiating a new Module and calling type method to add it.