This repository was archived by the owner on Dec 4, 2017. It is now read-only.
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Dart sample code omits moduleId
#2859
Closed
Description
On https://angular.io/docs/dart/latest/guide/forms.html, the text says:
- The moduleId property sets the base for module-relative URLs such as the templateUrl.
But the example code that is being described doesn't actually use moduleId
.