Angular is a full-featured framework featuring a number of tiny libraries for building complex applications, while React is a javascript library only concerned with UI elements.
In React, data binding is one-way, meaning UI elements cannot modify component state, whereas in Angular, both one-way and two-way binding is supported.
Angular offers a number of material design components that simplify UI configuration, whereas React provides Material-UI Library & Dependencies.
In Angular, dependency injection allows separate life cycles for different stores, but React doesn't fully support dependency injection since each component has its own global state.