export interface NgDocSnippet {
    lang: string;
    code: string;
    opened?: boolean;
    icon?: string;
    title?: string;
}
