Add options for event

This commit is contained in:
Peter Maquiran
2021-05-11 16:29:21 +01:00
parent b8934d2c77
commit 3ad9474498
4 changed files with 106 additions and 0 deletions
@@ -0,0 +1,14 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-options',
templateUrl: './options.component.html',
styleUrls: ['./options.component.scss'],
})
export class OptionsComponent implements OnInit {
constructor() { }
ngOnInit() {}
}