Nikita Borisov

Results 6 comments of Nikita Borisov

Hello everyone. I also face that issue with matAutocomplete, any thoughts on this? @NepipenkoIgor @anmal

Same issue ``` Ionic: ionic (Ionic CLI) : 4.1.2 Ionic Framework : @ionic/angular 4.0.0-beta.7 @angular-devkit/core : 0.7.5 @angular-devkit/schematics : 0.7.5 @angular/cli : 6.1.5 @ionic/ng-toolkit : 1.0.7 @ionic/schematics-angular : 1.0.5 Cordova:...

Should we replace including service in a module with "providedIn: root" option or just to add one more slide referencing that?

Cool, thanks I'm gonna work on this 👩🏻‍💻

@simeoni3 @bravura-quark @peterfisher @malsamax Hi there! I've found a fix, that we've all missed — it's tsconfig configuration issue. To fix this, add this to your `tsconfig.json`: `"skipLibCheck": true` Learn...