質問するログイン新規登録

質問編集履歴

1

ソースコード転記ミスの修正

2021/01/28 06:26

投稿

YTani0317
YTani0317

スコア34

title CHANGED
File without changes
body CHANGED
@@ -69,7 +69,7 @@
69
69
  一覧側
70
70
  ```Angular2
71
71
  ・・・
72
- import {DialogFactory, AfterViewInit, OnDestroy, OnHide} from 'ngx-onsenui';
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