aspnetcore-angular-universal icon indicating copy to clipboard operation
aspnetcore-angular-universal copied to clipboard

primeng

Open nsaban opened this issue 6 years ago • 1 comments

Unable to get primeng to work properly with its styling with this template.
Needing to link the two files in solution. Referenced these 2 files in the angular.json file: "./node_modules/primeng/resources/themes/nova-light/theme.css" "./node_modules/primeng/resources/primeng.min.css"

image

Not sure if the package needed to be included in one of the webpack files.

nsaban avatar Aug 23 '18 09:08 nsaban

@nsaban you need to import your external css in your app.component.css e.g.

@import '~primeng/resources/themes/nova-light/theme.css'

CybrZr00 avatar Sep 06 '18 10:09 CybrZr00