Added About and Team components with routing
This commit introduces new "About" and "Team" components, integrating them into the application and updating the routing module.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import {Component} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-about',
|
||||
standalone: false,
|
||||
templateUrl: './about.component.html',
|
||||
styleUrl: './about.component.scss'
|
||||
})
|
||||
export class AboutComponent {
|
||||
scrollService: any;
|
||||
}
|
||||
Reference in New Issue
Block a user