質問編集履歴
2
TYPO
title
CHANGED
File without changes
|
body
CHANGED
@@ -63,7 +63,7 @@
|
|
63
63
|
return result
|
64
64
|
}
|
65
65
|
|
66
|
-
|
66
|
+
requestApi() {
|
67
67
|
return new Promise(resolve => {
|
68
68
|
let url = 'http://example.com/path/to'
|
69
69
|
let body = 'key=value'
|
1
typo
title
CHANGED
File without changes
|
body
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
APIのレスポンス
|
21
21
|
```
|
22
22
|
|
23
|
+
コード
|
23
24
|
```
|
24
25
|
import { Component } from '@angular/core';
|
25
26
|
import { NavController } from 'ionic-angular';
|