/** * @license * Copyright Akveo. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ import { Component } from '@angular/core'; @Component({ selector: 'nb-bootstrap-test', styles: [ ``, ], template: `

Buttons

Tables

id name email
some John Doe test@test.com
some John Doe test@test.com
some John Doe test@test.com
some John Doe test@test.com
`, }) export class NbBootstrapTestComponent { }