azerazer
This commit is contained in:
parent
03ec09bf55
commit
db90a5a538
@ -19,7 +19,7 @@ import { ElementSeasonComponent } from './component/element-season/element-seaso
|
|||||||
import { ElementVideoComponent } from './component/element-video/element-video';
|
import { ElementVideoComponent } from './component/element-video/element-video';
|
||||||
import { PopInComponent } from './component/popin/popin';
|
import { PopInComponent } from './component/popin/popin';
|
||||||
|
|
||||||
import { CreateTypeComponent } from './popin/create-type/create-type';
|
import { PopInCreateType } from './popin/create-type/create-type';
|
||||||
import { PopInUploadProgress } from './popin/upload-progress/upload-progress';
|
import { PopInUploadProgress } from './popin/upload-progress/upload-progress';
|
||||||
import { PopInDeleteConfirm } from './popin/delete-confirm/delete-confirm';
|
import { PopInDeleteConfirm } from './popin/delete-confirm/delete-confirm';
|
||||||
|
|
||||||
@ -69,9 +69,9 @@ import { AppComponent } from './app.component';
|
|||||||
ElementSeasonComponent,
|
ElementSeasonComponent,
|
||||||
ElementVideoComponent,
|
ElementVideoComponent,
|
||||||
ErrorComponent,
|
ErrorComponent,
|
||||||
CreateTypeComponent,
|
|
||||||
|
|
||||||
PopInComponent,
|
PopInComponent,
|
||||||
|
PopInCreateType,
|
||||||
PopInUploadProgress,
|
PopInUploadProgress,
|
||||||
PopInDeleteConfirm,
|
PopInDeleteConfirm,
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ import { PopInService } from '../../service/popin';
|
|||||||
})
|
})
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class CreateTypeComponent implements OnInit {
|
export class PopInCreateType implements OnInit {
|
||||||
|
|
||||||
name: string = "";
|
name: string = "";
|
||||||
description: string = "";
|
description: string = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user