Error: Argument of type '{ selector: string; templateUrl: string; direvtives: typeof TabsPage[]; }'
is not assignable to parameter of type Component. Object literal may only specify known properties, and 'directives' does not exist in type Component.
I am using Angular RC.3
Please help me.