You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for a sip library using udp for an angular project. I wanted to know if your library works well on Angular? This may sound like a silly question, but I'm not very familiar with angular, typescript and associated libraries yet.
The text was updated successfully, but these errors were encountered:
So you asking if you can use a JavaScript library with Typescript angular and mention not be familiar with Typescript, I don't this is the right place to report such issue. TypeScript results in compiled JavaScript (ES5 in most of the case) therefore all JavaScript library work in Typescript anyway. All you need is define the types you can define to any if you simply want to use it out of the box and use angular.json to inject the library.
I'm looking for a sip library using udp for an angular project. I wanted to know if your library works well on Angular? This may sound like a silly question, but I'm not very familiar with angular, typescript and associated libraries yet.
The text was updated successfully, but these errors were encountered: