As @dmitry543 said is all right, however in point 3. you can just tell your Angular to use hash locations:
provideRouter(routes, withHashLocation())
so, you do not need to configure Spring Boot to forward any thing.