Skip to content

Instantly share code, notes, and snippets.

@bobbyg603
Created May 11, 2022 21:15
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 bobbyg603/b185a95aa11b5f34beca8045b2974f55 to your computer and use it in GitHub Desktop.
Save bobbyg603/b185a95aa11b5f34beca8045b2974f55 to your computer and use it in GitHub Desktop.
File Uploads with Angular and Express
export interface FilesTableEntry {
url: string,
name: string,
uploaded: Date,
size: number
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment