Début de la page d'ajout de sauts
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import { ServiceComm } from 'src/services/serviceComm';
|
||||
import { Component, OnInit } from "@angular/core";
|
||||
import { ServiceComm } from "../../services/serviceComm";
|
||||
|
||||
@Component({
|
||||
selector: 'app-new-jump',
|
||||
templateUrl: './new-jump.component.html',
|
||||
styleUrls: ['./new-jump.component.css']
|
||||
selector: "app-new-jump",
|
||||
templateUrl: "./new-jump.component.html",
|
||||
styleUrls: ["./new-jump.component.css"]
|
||||
})
|
||||
export class NewJumpComponent implements OnInit {
|
||||
|
||||
constructor(private serviceComm: ServiceComm) { }
|
||||
constructor(private serviceComm: ServiceComm) {}
|
||||
|
||||
ngOnInit() {
|
||||
this.serviceComm.updatedComponentTitle('Add a new jump');
|
||||
this.serviceComm.updatedComponentTitle("Add a new jump");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user