Jrubzjeknf

Results 15 comments of Jrubzjeknf

Sankey is in its own module. You need to import it.

It seems like a managed to fix (read: hack) it by adding default, lighter and darker to the palettes: ```scss $mat-css-palette-primary: ( default: var(--palette-primary-default), lighter: var(--palette-primary-lighter), darker: var(--palette-primary-darker), 50: var(--palette-primary-50),...

I've looked a bit deeper into it, but at the moment I don't see a clear cut solution. The point is that the library currently consumes a user defined palette...

Found a solution. You need to use the window object to get access to jQuery, you just have to cast it to an any. ``` let $ = (window).$; $.signalR.ajaxDefaults.headers...

We created a custom service where the SignalR and OAuthService are injected. Below is a basic example where the ISignalRConnection is provided through an Observable. This way, if the connection...

`npm i ng-dynamic-component@no-barrels` Perhaps no-barrels should be the main line?

> There is just one thing about inputs - they are not 100% correct as its based on type information only and inputs may be functions (which you excluded here)....

I realize I never responded to this. Yes, I think that's a good idea. :)

This question is probably more appropriate at the [highcharts github](https://github.com/highcharts/highcharts) or [stackoverflow](https://stackoverflow.com/questions/tagged/highcharts).

You can get the options from [their respective demo](https://www.highcharts.com/demo/combo).