I am currently working on a pure javaScript project in my company but now it has been decided that we will include angular js in our project for efficiency , maintenance and other stuffs. They do not fully want remove the javaScript coding like prototype inheritance and object creation . I mean do not want to change the entire project but add some features of angular js for some of it's benefits .
So my question is how can this be achieved just need a little direction to understand what all are the features of angular js can be used and how angular js can be used with already existing pure javaScript project ?