diff --git a/@overflow/probe/component/probe-download.component.ts b/@overflow/probe/component/probe-download.component.ts index 0e2d714..c48dcd8 100644 --- a/@overflow/probe/component/probe-download.component.ts +++ b/@overflow/probe/component/probe-download.component.ts @@ -1,7 +1,7 @@ import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core'; @Component({ - selector: 'of-download', + selector: 'of-probe-download', templateUrl: './probe-download.component.html', }) export class ProbeDownloadComponent implements OnInit { diff --git a/src/app/pages/probes/download/download-page.component.html b/src/app/pages/probes/download/download-page.component.html index 1947a35..7860fed 100644 --- a/src/app/pages/probes/download/download-page.component.html +++ b/src/app/pages/probes/download/download-page.component.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/app/pages/probes/download/download-page.component.ts b/src/app/pages/probes/download/download-page.component.ts index ac65dce..597d6a8 100644 --- a/src/app/pages/probes/download/download-page.component.ts +++ b/src/app/pages/probes/download/download-page.component.ts @@ -3,7 +3,7 @@ import { Router, ActivatedRoute } from '@angular/router'; import { BreadcrumbService } from '@app/commons/service/breadcrumb.service'; @Component({ - selector: 'of-pages-download', + selector: 'of-pages-probe-download', templateUrl: './download-page.component.html', }) export class ProbeDownloadPageComponent implements OnInit {