0
votes

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.

1
It should be 'directives'. Is this a typo in the question or error in code? - Suraj Rao
You are using RC version and it's too old. update your apps (packages). lots of things is changed. - Peekbyte

1 Answers

0
votes

You have a typo, direvtives instead of directives (switched 'c' for 'v')