Angular is a structural JavaScript-based frontend framework that allows creating robust dynamic web applications. It is developed by Google and is supported by an enormous community which makes it very reliable and easy to find help when needed.
Out of the box, it offers essential tools for building complex projects, such as Router and an HttpClient.
Its components system benefits in keeping the code well organized and highly reusable, and that's always appreciated by the developers. In addition to it, TypeScript keeps everything more readable and easily maintainable.
If your team aims at starting a new frontend app, Angular would be a good option indeed.