mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
28860d35b2
Assets defined for `templateUrl` and `styleUrls` can now be loaded in relative to where the component file is placed so long as the `moduleId` is set within the component annotation. Closes #5634