This commit is contained in:
crusader 2018-06-01 19:56:50 +09:00
parent b774fc3722
commit a67a3eca5f
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core'; import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
@Component({ @Component({
selector: 'of-download', selector: 'of-probe-download',
templateUrl: './probe-download.component.html', templateUrl: './probe-download.component.html',
}) })
export class ProbeDownloadComponent implements OnInit { export class ProbeDownloadComponent implements OnInit {

View File

@ -1 +1 @@
<of-download (select)="onSelect($event)" [index]="index"></of-download> <of-probe-download (select)="onSelect($event)" [index]="index"></of-probe-download>

View File

@ -3,7 +3,7 @@ import { Router, ActivatedRoute } from '@angular/router';
import { BreadcrumbService } from '@app/commons/service/breadcrumb.service'; import { BreadcrumbService } from '@app/commons/service/breadcrumb.service';
@Component({ @Component({
selector: 'of-pages-download', selector: 'of-pages-probe-download',
templateUrl: './download-page.component.html', templateUrl: './download-page.component.html',
}) })
export class ProbeDownloadPageComponent implements OnInit { export class ProbeDownloadPageComponent implements OnInit {