I'm trying to deploy the career portal with advanced hosting to Firebase. When testing locally, I get this error:
Error: No NgModule metadata found for '[object Object]'
Current behavior
Advanced Hosting function not working when deploying to Firebase.
It's difficult to find documentation regarding Bullhorn Career Portal and Advanced Hosting options. Can you provide me with a recommended method for advanced hosting that would work well with an Angular 7 Universal app?
Steps to replicate behavior
Build the dist/browser and dist/server files
Initialize Firebase and set public directory to dist/browser
Move the function to dist
Edit the server.ts to import firebase-functions and add an entry point.
I'm trying to deploy the career portal with advanced hosting to Firebase. When testing locally, I get this error: Error: No NgModule metadata found for '[object Object]'
Current behavior
Advanced Hosting function not working when deploying to Firebase.
It's difficult to find documentation regarding Bullhorn Career Portal and Advanced Hosting options. Can you provide me with a recommended method for advanced hosting that would work well with an Angular 7 Universal app?
Steps to replicate behavior
Screenshots
Error:
Server.ts: