@zsoltszabo/reg-pontok-terkep
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.1.1.
19 lines (13 loc) • 400 B
text/typescript
import { Component, OnInit, Input } from '@angular/core';
import { RegPont } from '../shared/reg-pont';
({
selector: 'app-info-panel',
templateUrl: './info-panel.component.html',
styleUrls: ['./info-panel.component.less']
})
export class InfoPanelComponent implements OnInit {
() regPont: RegPont;
constructor() { }
ngOnInit() {
}
}