mercredi 17 avril 2019

Cannot find module '@angular/cdk/testing'

i'm trying to work with the createKeyboardEvent in @angular/cdk/testing in order to be able to use the key board events:

const ENTER_EVENT = createKeyboardEvent('keydown', ENTER, inputNativeElement);

I couldn’t find the module at all even though i install @angular/cdk with :

  `npm i @angular/cdk`

Aucun commentaire:

Enregistrer un commentaire