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

3
  • 2
    Short answer is yes it is possible. Using lodash poses no conflicts Commented Sep 28, 2019 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: Commented Sep 28, 2019 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. Commented Sep 28, 2019 at 18:30

1 Answer 1

0

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

bower install lodash

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.