I have used npm to install webrtc-adapter,
i want to know what other steps i need to take to
make the adapter available inside one of my components.

i have tryed to add import "webrtc-adapter" to main.ts file
i have tryed differnt methods to import into component

import * as adapter from /node_modules/webrtc/out/adapter
import { adapter } from /node_modules/webrtc/out/adapter

let adapter = require('webrtc-adapter)

and ect,

what am i missing?

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to