I am not able to import images in my headercomponent.ts. I suspect it is because of something i am doing wrong while compiling ts(using webpack ts loader) because same thin
Instead of:
import image from 'pathToImage/image.extension';
Use:
const image = require('pathToImage/image.extension');