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

lsdevlab-nebular-theme works!

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