Hi Jordan,
Since Google App Engine (GAE) can be consumed through endpoints, it is not dependent on any frontend language. Nevertheless, here is the tutorial to build an Angular 2 frontend running on GAE [1].
In the above example, the GAE backend is separated from the Angular 2 frontend. Once up and running, you can reuse that same backend for example on Mobile (iOS, Android, etc) or other web frontends.