Help is highly appreciated!!!
Angular 1.4.9 min.js is existing
Adding angular material.min.js
angular material-icons- min.1.1.12.css
Please let me know if I am missing any thing
In your console you should be able to click on the unknownprovidererror message, which will take you to an Angular page giving you more information about the error. It could be helpful for you to post that info in your question.
Code sample
var app = angular.module(‘SampleApp’,[‘ngRoute’]);