This repository has been archived on 2025-04-17. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Angular_App/src/app/pages/about/about.component.ts
RakVhalate ccef7fb86f
All checks were successful
continuous-integration/drone/push Build is passing
Added one button
2022-12-04 02:40:33 +10:00

17 lines
370 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-about',
templateUrl: `about.component.html`,
styleUrls: [`./about.component.css`]
})
export class AboutComponent implements OnInit {
ngOnInit(): void {
console.log('Yeah, you REALLY expect me to push changes without any console debugging?');
}
}
// продам гараж