UNPKG

angular-bootstrap-md

Version:

Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.

6 lines (5 loc) 176 B
import { TemplateRef, ViewContainerRef } from '@angular/core'; export declare class BsComponentRef<T> { templateRef: TemplateRef<T>; viewContainer: ViewContainerRef; }