Sean Nelson

Results 1 comments of Sean Nelson

It's because `@angular/material` has changed to need a peer dependency of `@angular/cdk` So `npm install --save @angular/cdk` Also I had to add `import 'rxjs/add/operator/catch';` To google-books.service.ts And change the material...