khenggy

Results 4 comments of khenggy

@c3rber Thanks, it works! But there's a minor error in your code, it will not affect ng serve but ng build --prod will have "Expected 0 arguments, but got 1."...

> @tibistibi yes, here is updated code for 7.3.7 > https://stackblitz.com/edit/angular-dyz1eb @cool1nik @amunir9 refer to this latest update that works with @angular/cdk 7.3.7

add encapsulation:ViewEncapsulation.None in your @component if the css fix above doesn't work.etc: @Component({ selector: 'app-anywhere', templateUrl: './app-anywhere.html', encapsulation:ViewEncapsulation.None, styleUrls: ['./app-anywhere.component.scss'] })

Having the same problem after chrome update to version 81 and above, I guess it was because chrome support exif on 13 April 2020 (version 81) onwards. Need help! I...