ing
This commit is contained in:
parent
b774fc3722
commit
a67a3eca5f
|
@ -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 {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<of-download (select)="onSelect($event)" [index]="index"></of-download>
|
<of-probe-download (select)="onSelect($event)" [index]="index"></of-probe-download>
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user