Results 11 comments of Mark

@qqnc that won't work as I don't have an index.html I use the template mentioned above. https://github.com/MarkPieszak/aspnetcore-angular2-universal

I have the same problem (window is not defined), I managed to get around it in a previous version but don't remember how! I use this as my starting template:...

I've made my own now. it's essentially an input with tags inline, and an auto complete dropdown (also easy to make). Once you make a start you'll realise how easy...

Just noticed that the v= (Version) isn't updating unless I clear the browser cache!? is it a chrome/client issue?

The vs2017 angular template is inefficient at best when using ssr. I gave it a look, and if you try to publish, the whole node_modules folder is published, which then...

@nsaban you need to import your external css in your app.component.css e.g. `@import '~primeng/resources/themes/nova-light/theme.css'`

I can confirm that if it is not a part of a form, it works. odd.

A [snap]="true / false" binding would be great.

Ah, OK. I've updated my colors with the additional brushes and can confirm that's all it was. Thank you!