I'm using "@angular/cli": "^1.0.0" And add material lite in to project "apps": [ { "root": "Client", "outDir": "wwwroot/dist", "assets": [ "assets", "favicon.ico" ], "index": "index.html", "main": "main.ts", "polyfills": "polyfills.ts", "test": "test.ts", "tsconfig": "tsconfig.app.json", "testTsconfig": "tsconfig.spec.json", "prefix": "CRM", "styles": [], "scripts": [ "../node_modules/material-design-lite/material.min.js" ] } ], But it does not get loaded. How fix it. @Node: v6.10.2 @NPM: 3.10.10