angular2-inline-template-style icon indicating copy to clipboard operation
angular2-inline-template-style copied to clipboard

Resolve templateUrl and styleUrls in Angular2 components

Results 1 angular2-inline-template-style issues
Sort by recently updated
recently updated
newest added

if I have a file `build/imports/account/account.component.ts` and it references its templates like this: ``` @Component({ moduleId: module.id, selector: 'account', templateUrl: 'account.component.html', styleUrls:['account.component.css'] }) ``` It gives the error: `Error: ENOENT:...