Angular Project Build Successfully But Giving These Errors
It shows me these errors after the project is run and build style.d.ts(72,67): error TS1144: '{' or ';' expected. node_modules/@angular/flex-layout/extended/typings/style/style.d.t
Solution 1:
you need to install flax-layout again
npm uninstall @angular/flex-layout --save
than
npm install @angular/flex-layout@6.0.0.15-beta --save
Post a Comment for "Angular Project Build Successfully But Giving These Errors"