I am facing a dilemma in choosing a framework for my application. In my search, I came across Angular Material and AngularJS Material. Although both frameworks are developed by Google (correct me if I'm wrong), they seem to serve the same purpose of rendering components on an HTML page. However, what confuses me is that Angular Material is not responsive while AngularJS Material is.
Which one should I opt for to ensure my app is responsive? Alternatively, is there a way to make an Angular Material app responsive?