Jago
Jago
Also, conditionally hiding options throws an error. Consider this case: ```html ``` You get an error: ``` Error: mat-form-field must contain a MatFormFieldControl. ``` Before this would work perfectly.
You're right @mmalerba, updating everything to 5.0 seems to work fine. However, this makes for a number of prior versions in which it wouldn't work fine (in my case it...
If you are sure that this is the only dependency causing a problem when trying to upgrade to Angular 8, then you can just force the upgrade: `ng update @angular/cli...
Still getting the peer dependency error. In my case with both `@angular/core` and `rxjs`: ``` Package "angular-cropperjs" has an incompatible peer dependency to "rxjs" (requires "^5.1.0", would install "6.2.0"). Package...
@danielgomezrico I definitely wish so, but it's on @ayalma to do that.
What about the `it`?
> Also, banner ads should not move as a user scrolls, as users may try to click on the menu but end up clicking on the ad accidentally instead I...
> @JesseBIT I agree with you. I was honestly shocked to find this in the docs. If you are willing to risk the violation, you can go ahead and keep...
Try to open command palette (Ctrl/Cmd + Shift + P) and select "Icons: Toggle Angular Preset".
You have to open command palette (Ctrl/Cmd + Shift + P) and select "Icons: Toggle Angular Preset".