This commit is contained in:
Edouard DUPIN 2020-10-25 16:57:34 +01:00
parent 03ec09bf55
commit db90a5a538
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ import { ElementSeasonComponent } from './component/element-season/element-seaso
import { ElementVideoComponent } from './component/element-video/element-video';
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 { PopInDeleteConfirm } from './popin/delete-confirm/delete-confirm';
@ -69,9 +69,9 @@ import { AppComponent } from './app.component';
ElementSeasonComponent,
ElementVideoComponent,
ErrorComponent,
CreateTypeComponent,
PopInComponent,
PopInCreateType,
PopInUploadProgress,
PopInDeleteConfirm,

View File

@ -19,7 +19,7 @@ import { PopInService } from '../../service/popin';
})
@Injectable()
export class CreateTypeComponent implements OnInit {
export class PopInCreateType implements OnInit {
name: string = "";
description: string = "";