init
This commit is contained in:
13
src/app/features/landingpage/landingpage.component.ts
Normal file
13
src/app/features/landingpage/landingpage.component.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-landingpage',
|
||||
imports: [],
|
||||
templateUrl: './landingpage.component.html',
|
||||
styleUrl: './landingpage.component.css',
|
||||
})
|
||||
export class LandingpageComponent {
|
||||
onSubmit() {
|
||||
console.log('Formular abgeschickt!');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user