1

I am implementing angular js sidebar from https://material.angularjs.org as said Create a menu like in AngularJs Material website The "Component" is found in componentsData.js process But file requires Lodash module. Is it possible to use lodash in angular js? Or the Material website is made by angular not angular JS ? Thanks in advance

Angularjsguy
  • 29
  • 1
  • 1
  • 10
  • 2
    Short answer is yes it is possible. Using lodash poses no conflicts – charlietfl Sep 28 '19 at 10:50
  • @charlietfl Is there a step by step tutorial online? I have added lodash, the "Component" module asks for chai.js. but when I add chai.js I get conflict `Module name "assertion-error" has not been loaded yet for context:` – Angularjsguy Sep 28 '19 at 11:19
  • 1
    Questions asking for a tutorial are off-topic for Stackoverflow. When asking a question, people will be better able to provide help if you provide code that they can easily understand and use to reproduce the problem. – georgeawg Sep 28 '19 at 18:30

1 Answers1

0

If you are using bower you may checkout lodash directly using command

bower install lodash

Ref: https://libraries.io/bower/lodash

Bilal Siddiqui
  • 3,579
  • 1
  • 13
  • 20