Property 'socket' does not exist on type 'Window & typeof globalThis'. angular code example
Example: Property 'socket' does not exist on type 'Window & typeof globalThis'. angular
declare const window: any;
componentDidMount() {
let FB = window.socket;
}
// No errors, works well