modif bouttons et page message
This commit is contained in:
17
src/app/pages/menu/menu-param/menu-param.component.ts
Normal file
17
src/app/pages/menu/menu-param/menu-param.component.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import {Component, inject} from '@angular/core';
|
||||
import {Router} from "@angular/router";
|
||||
|
||||
@Component({
|
||||
selector: 'app-menu-param',
|
||||
imports: [],
|
||||
templateUrl: './menu-param.component.html',
|
||||
styleUrl: './menu-param.component.css'
|
||||
})
|
||||
export class MenuParamComponent {
|
||||
|
||||
private router = inject(Router)
|
||||
|
||||
openParam() {
|
||||
this.router.navigate(['/main/parameters']);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user