Typescript: src/app/app.component.ts, line: 33

Good afternoon. Estou with the following error: Type ‘typeof LoginPage’ is not assignable to type ‘typeof HomePage’.

Change line 15 rootPage = Homepage to
rootPage:any;

And next time remove your Firebase API keys

1 Like