I understand that Express resides on the server and Angular resides on the client but, as far as I know, Angular can do everything that Express can do which is
Express can be used to host the APIs for AngularJS's service/factory to consume. You can consider AngularJS as MVC and the API on Express as SOA.
MVC
SOA