ngx-copilot icon indicating copy to clipboard operation
ngx-copilot copied to clipboard

Agregar documentacion

Open leifermendez opened this issue 3 years ago • 0 comments

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

leifermendez avatar Oct 21 '20 11:10 leifermendez