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.
mohemmionic5/Mohem/src/app/hmg-common/ui/divider/divider.component.ts

16 lines
270 B
TypeScript

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