UNPKG

angular-bootstrap-italia

Version:

<p align="center"> <h1 align="center">Bootstrap Italia + Angular 9</h1>

11 lines (10 loc) 267 B
import { OnInit } from '@angular/core'; export declare class DialogComponent implements OnInit { buttonLabel: string; modalTitle: string; modalId: string; constructor(); ngOnInit(): void; openModal(): void; closeModal(): void; }