2sic / app-template-angular

Template app to quickly get started with angular 8 development in DNN and 2sxc
MIT License
4 stars 0 forks source link

Ensure styles.css is loaded in local environment #25

Open BeniFreitag opened 2 years ago

BeniFreitag commented 2 years ago

please add this to _Angular.cshtml LoadFromNgServe()

<link rel="stylesheet" href="@LocalDevServer/styles.css">