Skip to content

Instantly share code, notes, and snippets.

@ZackDeRose
Created July 17, 2018 00:38
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 ZackDeRose/291e9fd235a29dc37078240bc1d15a7e to your computer and use it in GitHub Desktop.
Save ZackDeRose/291e9fd235a29dc37078240bc1d15a7e to your computer and use it in GitHub Desktop.
Snippet of adding bootstrap cdk for "Angular CDK Tables"
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SimpleTable</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css"
integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B"
crossorigin="ßanonymous">
</head>
<body>
<app-root></app-root>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment