coder925
coder925
I am glad you appreciate it. Actually, I did not do anything at all regarding AOT. Since I let angular-cli `ng update`overwrite both _main.ts_ and _tsconfig.json_ some previous AOT related...
Updated to angular-cli v1.0.0, angular v4.0.0 and angular/material v2.0.0-beta.2. Steps taken: 1. Created a new app using angular-cli. ``` ng new M2App npm install --save @angular/material npm install --save @angular/animations...
> **Suggest a fix** > In case of the DELETE method do not provide the body payload Isn't the fix simply to use the [options.body](https://github.com/angular/angular/blob/0115e2b66493b06532f5399f3cad79e6149aed7f/packages/common/http/src/client.ts#L765) property instead (as suggested in...
The workaround works. If you run the successful command but with `--dry-run` added you will see information still suggesting an error: > i Could not get event info. Proceeding >...
This is an usability concern if your app has a white background. Then there is no way for the user to tell the difference between the checked and unchecked state...
Same issue in Angular 11.0.1. Downgrading _ngx-custom-validators_ to 8.0.0 still works as a workaround.
With the density support in Material v15, I was hoping to be able to make my forms a lot denser. Unfortunately, the result after the upgrade is that my forms...