Hi team ,
I have an editing vf page where angular librery added ,inma trying to add a new material librery for dialog ,getting injection error .
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
Hello and Welcome, are you connected to angular and using the correct imports?
Links on this subject of unknown provider:
In your console you should be able to click on the unknown provider error 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’]);
app.config([‘$routeProvider’, ‘$locationProvider’, function($routeProvider, $locationProvider) {
$routeProvider
.when(‘/’, {
templateUrl:“partials/login.html”,…