в моей истории changes.component.css я импортировал стили. < /P>
Код: Выделить всё
@import '~bootstrap/dist/css/bootstrap.min.css';
@import '~primeng/resources/themes/saga-blue/theme.css';
@import '~primeng/resources/primeng.min.css';
@import '~primeicons/primeicons.css';
< /code>
viewencapsulation в моем файле TS < /p>
@Component({
selector: 'app-history-changes',
templateUrl: './history-changes.component.html',
styleUrls: ['./history-changes.component.css'],
encapsulation: ViewEncapsulation.ShadowDom,
})
, кстати, фильтры работают. Просто проблема с отсутствием стилей для него.
скриншот с ошибкой:
Подробнее здесь: https://stackoverflow.com/questions/691 ... -presented