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

bulk-tool works!

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