UNPKG

angular-bootstrap-md

Version:

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

4 lines (3 loc) 140 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from './schema'; export declare function ngAdd(options: Schema): Rule;