Skip to content

Instantly share code, notes, and snippets.

@theoomoregbee
Created July 8, 2017 07:53
Show Gist options
  • Save theoomoregbee/e494d71732a9630809038c6b9cd84ff8 to your computer and use it in GitHub Desktop.
Save theoomoregbee/e494d71732a9630809038c6b9cd84ff8 to your computer and use it in GitHub Desktop.
EVERYTHING YOU NEED TO KNOW ON SECURING YOUR ANGULAR 2+ SPA
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>AngularAuth</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ"
crossorigin="anonymous">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root>Loading...</app-root>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment