UNPKG

@analogjs/content

Version:

Content Rendering for Analog

3 lines (2 loc) 145 B
import { InjectionToken } from '@angular/core'; export declare const CONTENT_FILES_TOKEN: InjectionToken<Record<string, () => Promise<string>>>;