UNPKG

nodram

Version:
17 lines (10 loc) 312 B
import {OnInit, Component} from "@angular/core"; @Component({ selector : "modal-component", templateUrl: 'modal.component.html', styleUrls: ["../../../styles/app/shared/widgets/modal.css"] }) export class ModalComponent implements OnInit { public ngOnInit(): void { } }