0

We are working on pure javaScript project, which could really benefit by using angular js but it's a huge project and re-writing the whole project in angular is not an option . Does anyone have any idea or advice about integrating angular with an existing project

2
  • 1
    Yeah, re-write the project. Unless you build a proper angular foundation, integration will just give you a bad time and bad code. Commented Sep 23, 2016 at 17:34
  • I'd really advise against that, you will deal with more problems than you gain while integrating. Angular is really an ecosystem itself, it does not play well with others. Commented Sep 23, 2016 at 17:35

1 Answer 1

0

Angular is a framework. It's all or nothing...you are going to rewrite everything just due to the nature of how Angular works. You can't really just 'sprinkle' some Angular on top of it because Angular controls the entire view.

It may be possible to just use Angular in a certain area of the page, but this would be a huge waste of resources (Angular minified is 143K) and make for terrible code.

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.