UNPKG

@compodoc/compodoc

Version:

The missing documentation tool for your Angular application

7 lines (6 loc) 265 B
import { IHtmlEngineHelper } from './html-engine-helper.interface'; export class StripURLHelper implements IHtmlEngineHelper { public helperFunc(context: any, prefix: string, url: string, options): string { return prefix + url.split("/").pop(); } }