Skip to content

Image Url in ts files #16

Closed
Closed
@Clemens-B

Description

@Clemens-B

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions