src/app/pages/services/services.component.ts
| selector | app-services |
| styleUrls | ./services.component.scss |
| templateUrl | ./services.component.html |
Methods |
constructor()
|
| ngOnInit |
ngOnInit()
|
|
Returns :
void
|
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-services',
templateUrl: './services.component.html',
styleUrls: ['./services.component.scss']
})
export class ServicesComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
服务
./services.component.scss