EntitiesSignalWireready$Copy page|View as Markdown|Open in Claude|More actionsget ready$(): Observable<boolean> Observable that emits true when the client is both connected and authenticated. Examples client.ready$.subscribe((ready) => { console.log('ready:', ready);});