Can I serve an Angular UI with the frontend Maven tool in a Gradle setup?

Gradle builds Angular assets into resources/static, yet Tomcat renders no UI at localhost:8080. What configuration is missing? Example:

import { CoreModule } from 'ng-core';
CoreModule.setup({ path: '/' });

hey, i think u need to check if gradle actually copies your angular buid into resources/static. maybe theres a misatch in the filtering for static files. anyone encountered similer issue? how did u adjust mapping settings?