UNPKG

pm-controls

Version:
8 lines (7 loc) 245 B
import { Component } from '@angular/core'; @Component({ selector: 'pm-form-panel', //templateUrl: './app/controls/components/panel/form-panel/form-panel.html', templateUrl: './form-panel.html' }) export class FormPanelComponent { }