Andrey Bykiev
Andrey Bykiev
Hi, unfortunately we need some additional info to help you. What is your task and which locale?
Hi, you can use [format ](https://day.js.org/docs/en/display/format)function like this: ``` const now = dayjs(); console.log(now.format("YYYY-MM-DDTHH:mm:ss.SSSZ")); ```
It was already discussed in #1260 and it seems to be fixed in 1.11.2
Hi, you should import the plugin this way: ``` var localeData = require('dayjs/plugin/localeData') dayjs.extend(localeData) ```
> I Created a fork. https://www.npmjs.com/package/@henkkelder/ng2-signalr Can you please update your fork to support angular 14?
Thank you for quick response, I'll try to use it
@HNeukermans, is any update on this? We need to update hub's access token on token refresh
It's a good idea to provide a separate package with UI-control only. I don't need a NodeJS backend and would like to use only Angular control
Hi, I don't think it's a good idea to override default implementation of such operators, the preferred way is using `if` function and handle your logic here. Maybe you can...
> С появлением .NET Core реализация базовых абстракций для работы с криптографией существенно изменилась. Разработчикам .NET нужно было обеспечить работу криптографии на многих платформах (не только Windows). Они отказались от...