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

zak-lib works!

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