Typescript Error
Type 'typeof NotasPage' is not assignable to type 'typeof NotasAlumnoPage'.
C:/Users/Angela/ionic2/eduagenda/src/pages/tabs/tabs.ts
{
this.tab3Root = NotasPage;
}
Typescript Error
Type 'typeof NotasPage' is not assignable to type 'typeof NotasAlumnoPage'. Type 'NotasPage' is not assignable to type 'NotasAlumnoPage'. Property 'asigService' is missing in type 'NotasPage'.
C:/Users/Angela/ionic2/eduagenda/src/pages/tabs/tabs.ts
{
this.tab3Root = NotasPage;
}