Closed Velavok closed 8 years ago
Hello! I have a component with extracted tempate and styles. I use moduleId property because i don't want to write full path to files. Running gulp task i recieve an error about not founding template file in root directory.
var module: any;
@Component({ moduleId: module.id, selector: 'promo', templateUrl: 'promo.component.html', styleUrls: ['promo.component.css'] })
Is useRelativePaths option turned on ? https://github.com/ludohenin/gulp-inline-ng2-template#options
My bad. Thanks. Great tool!
Hello! I have a component with extracted tempate and styles. I use moduleId property because i don't want to write full path to files. Running gulp task i recieve an error about not founding template file in root directory.
var module: any;
@Component({ moduleId: module.id, selector: 'promo', templateUrl: 'promo.component.html', styleUrls: ['promo.component.css'] })