@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>
14 lines (11 loc) • 697 B
TypeScript
import { IsActiveMatchOptions } from '@angular/router';
import * as i0 from '@angular/core';
declare class NgDocRouteActiveDirective {
link: string;
activeClass: string | string[];
matchOptions: IsActiveMatchOptions;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<NgDocRouteActiveDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgDocRouteActiveDirective, "[ngDocRouteActive]", never, { "link": { "alias": "ngDocRouteActive"; "required": false; }; "activeClass": { "alias": "activeClass"; "required": false; }; "matchOptions": { "alias": "matchOptions"; "required": false; }; }, {}, never, never, true, never>;
}
export { NgDocRouteActiveDirective };