Closed
Description
First of all thank you for the great repo. I discovered some img url issues using this boilerplate. I hope you don't mind posting some tickets about that.
If you use image url in an angular component typescript file, the image is not included in the dist folder. E.g.:
@Component({...})
export class AppComponent {
backgroundUrl = '../assets/bg.jpg';
}
I think similar to #8 we need a ts-loader.