Skip to content

Instantly share code, notes, and snippets.

@kolserdav
Created October 8, 2018 22:50
Show Gist options
  • Save kolserdav/c9a00d38b96b6dd6e7e1a41eaa96efdb to your computer and use it in GitHub Desktop.
Save kolserdav/c9a00d38b96b6dd6e7e1a41eaa96efdb to your computer and use it in GitHub Desktop.
Add this to ./angular.json
"styles": [
"src/styles.css",
"./node_modules/materialize-css/dist/css/materialize.css"
],
"scripts": [
"./node_modules/jquery/dist/jquery.js",
"./node_modules/hammerjs/hammer.js",
"./node_modules/materialize-css/dist/js/materialize.js"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment