Skip to content

Instantly share code, notes, and snippets.

@theoomoregbee
Created July 8, 2017 14:25
Show Gist options
  • Save theoomoregbee/7b75fcd4dbc1d484c761c756738a556a to your computer and use it in GitHub Desktop.
Save theoomoregbee/7b75fcd4dbc1d484c761c756738a556a to your computer and use it in GitHub Desktop.
EVERYTHING YOU NEED TO KNOW ON SECURING YOUR ANGULAR 2+ SPA --> User interface
export interface IUser {
id: string;
name: string;
roles: string[];
email: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment