Hello everyone,
I am currently trying to customize the thumbnail component within my own theme. But for some reason, the changes I made in my own theme are not picked up for the thumbnail component. Instead the thumbnail component from the base theme is being displayed.
I followed the steps during implemetation:
- Updated the template url to templateUrl: './thumbnail.component.html',
- Registered the component folder in lazy-theme.module.ts for 'myTheme'
- Re-build the UI
Anyone ran into something similar or have an idea what I might have done wrong?
Cheers,
Arun