``` constructor(private copilot: NgxCopilotService) { copilot.done.subscribe(res => { console.log(res) }) } ```