質問編集履歴
1
ソースコード転記ミスの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -69,7 +69,7 @@
|
|
69
69
|
一覧側
|
70
70
|
```Angular2
|
71
71
|
・・・
|
72
|
-
import {DialogFactory, AfterViewInit, OnDestroy
|
72
|
+
import {DialogFactory, AfterViewInit, OnDestroy} from 'ngx-onsenui';
|
73
73
|
import {HttpClient, HttpParams, HttpHeaders} from '@angular/common/http';
|
74
74
|
import {RequestOptions} from '@angular/http';
|
75
75
|
|