import { Component, OnInit } from '@angular/core'; @Component({ selector: 'enl-portalsdk-tag-lib', template: `

portalsdk-tag-lib works!

`, styles: [] }) export class PortalsdkTagLibComponent implements OnInit { constructor() { } ngOnInit() { } }