Ajout de style
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import { Component, OnInit } from "@angular/core";
|
||||
import { ServiceComm } from "../../services/service-comm.service";
|
||||
|
||||
@Component({
|
||||
selector: 'app-default',
|
||||
templateUrl: './default.component.html',
|
||||
styleUrls: ['./default.component.css']
|
||||
selector: "app-default",
|
||||
templateUrl: "./default.component.html",
|
||||
styleUrls: ["./default.component.css"]
|
||||
})
|
||||
export class DefaultComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
constructor(private serviceComm: ServiceComm) {}
|
||||
|
||||
ngOnInit() {
|
||||
this.serviceComm.UpdatedComponentTitle("Home");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user