You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sfh-mohemm/Mohem/src/app/eit/add-cei/add-cei.component.ts

15 lines
271 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-add-cei',
templateUrl: './add-cei.component.html',
styleUrls: ['./add-cei.component.scss'],
})
export class AddCeiComponent implements OnInit {
constructor() { }
ngOnInit() {}
}