Conner Smith

Results 3 issues of Conner Smith

using packages: ``` "primeicons": "^1.0.0-beta.10", "primeng": "^6.1.0-rc.1", ``` and angular.json: ``` "styles": [ "src/styles.scss", "./node_modules/primeicons/primeicons.css", "./node_modules/primeng/resources/themes/omega/theme.css", "./node_modules/primeng/resources/primeng.min.css" ], ``` Instead of the icon I'm getting a square. Oddly it's not...

question

### Source/destination types ```csharp public class GetPostThreadResponse { public ThreadViewPost Thread { get; set; } } public class ThreadViewPost : InvalidThreadPost { public PostView Post { get; set; } public...

I have a multiselect as such: `` And I have data that looks like this: `makes = ko.observableArray([{ id: 1, name: 'test1'}]);` `programMakes = ko.observableArray([{ id: 1, name: 'test1'}, {...