@ng-doc/app
Version:
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>
13 lines (10 loc) • 577 B
TypeScript
import * as i0 from '@angular/core';
declare class NgDocHeadingAnchorComponent {
anchor: string;
classes: string[];
protected readonly location: Location;
protected get href(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<NgDocHeadingAnchorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgDocHeadingAnchorComponent, "ng-doc-heading-anchor", never, { "anchor": { "alias": "anchor"; "required": true; }; "classes": { "alias": "classes"; "required": false; }; }, {}, never, never, true, never>;
}
export { NgDocHeadingAnchorComponent };