UNPKG

pm-controls

Version:
11 lines (10 loc) 275 B
import { Component, Input, Output, EventEmitter } from '@angular/core'; @Component({ selector: 'pm-link', //templateUrl: './app/controls/components/link/link.html', templateUrl: './link.html' }) export class LinkComponent { @Input() Href: string; }