I was having some problems with an angular project so i reinstalled nodejs and angular cli however now when i try to run ng serve i get this error: enter image description here now ive done the typical google searching for this problem and it led me to stackoverflow with making sure the nodejs is in the enviroment variables path
Tag: angular-cli
ERROR in node_modules/@angular/material/table/cell.d.ts -Typescript version problem angular
Im using angular in my project so I faced this issue I tried to downgrade my typscript to 3.9.7 but still not working here is my package.json dpendencies. “private”: true, “…
How to get rid of Function calls are not supported in decorators in Angular aot compiling?
I am testing a Highcharts Angular2x Wrapper. At first, I had no problem using Angular CLI (1.6.1) “ng serve” and profiling performance with Chrome. Then, i tried to use ahead-of-time compiling to see …