Skip to content

Instantly share code, notes, and snippets.

@felixlindemann
Created November 21, 2021 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felixlindemann/53f0554cc63692ca038f6da11cf96ae6 to your computer and use it in GitHub Desktop.
Save felixlindemann/53f0554cc63692ca038f6da11cf96ae6 to your computer and use it in GitHub Desktop.
Blog in Angular: Categories
export type BlogCategory = 'N/A' | 'Administration' |'LaTeX'| 'Photographie' | 'Programming' | 'Project' | 'Link';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment