import { Component } from '@angular/core'; @Component({ selector: 'ngx-popover-tabs', template: `
Such a wonderful day!
Indeed!
`, }) export class NgxPopoverTabsComponent { } @Component({ selector: 'ngx-popover-form', template: `
`, }) export class NgxPopoverFormComponent { } @Component({ selector: 'ngx-popover-card', template: ` Hello! Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. `, styles: [` nb-card { margin: 0; max-width: 20rem; } `], }) export class NgxPopoverCardComponent { }