Angular Material: Installing with NPM

InstructorThomas Burleson

Share this video with your friends

Send Tweet

Learn how to install Angular Material with npm install and load the required libraries and stylesheets into your blank web page.

This course has been created by Thomas Burleson and Aaron Frost

mark
~ 8 years ago

Getting an error in Angular 1.5 with webpack.

using this: import 'angular-material/angular-material.css';

give the following error: ERROR in ./~/angular-material/angular-material.css Module parse failed: /Users/mark/Documents/my-project/node_modules/angular-material/angular-material.css Unexpected token (7:11) You may need an appropriate loader to handle this file type. SyntaxError: Unexpected token (7:11)