iboffa

Results 3 issues of iboffa

When I try to generate a new component in the project, I get this error: Local workspace file ('angular.json') could not be found. Where do I get the angular.json file?

I have a timer that I toggle through Mousetrap pressing the space bar in an Angular application. here there is some code: ``` timeForm = new FormGroup({ minutes: new FormControl(0,...

Hi, I have defined my resizable sectionthis way: Here there are the involved classes: .lowthird{ min-height: 225px; background: #0f1423; /* For browsers that do not support gradients */ background: -webkit-linear-gradient(#0f1423,...