TS login() { this.global.getData('users/').pipe(take(1)).subscribe((x: any) => { console.log(x); }); }. global.service.ts
確定! 回上一頁