Seishin
Results
3
comments of
Seishin
the dependency version is: "aurelia-cli": "^0.21.0", which is installed locally (I uninstalled the global one) and I still get this error
omg, jaw-dropped... add "main": "index.js" to your package.json
code example: @Html.Bootstrap().Button().Text("Edit").PrependIcon(new Icon(Icons.edit)); ok, removing the support for this is one option. another one could be modifying the Icon class to use templates like: ``` c# public class Icon...