import { Component } from '@angular/core'; @Component({ selector: 'documentation', templateUrl: './documentation.component.html' }) export class DocumentationComponent { name = `Native Angular widgets for Bootstrap 3 and Bootstrap 4`; src = 'https://github.com/valor-software/ngx-bootstrap'; }