TrilonIO / aspnetcore-angular-universal

ASP.NET Core & Angular Universal advanced starter - PWA w/ server-side rendering for SEO, Bootstrap, i18n internationalization, TypeScript, unit testing, WebAPI REST setup, SignalR, Swagger docs, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.46k stars 434 forks source link

primeng #679

Open nsaban opened 6 years ago

nsaban commented 6 years ago

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.

CybrZr00 commented 6 years ago

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

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