...with {{ foo}} and {{foo }}.
I had an issue with angular-whitespace or one of the fixers that seemed to identify angular moustache templates in my typescript files (no templates) and
import {
FormControl,
FormGroup,
FormBuilder,
Validators,
FormArray
} from "@angular/forms";
became
imp; }}t{{ { { }}{ }} { }} { }}
}}ormArray,
FormBuilder,
FormGroup,
Validators;
} from; '@angular/forms';
I had ridiculously run the tslint --fix autofix while working out how to use tslint and ended up replacing even more }} 馃ぃ.
I'm still trying to track things down.
Most helpful comment
I had an issue with angular-whitespace or one of the fixers that seemed to identify angular moustache templates in my typescript files (no templates) and
became
I had ridiculously run the tslint --fix autofix while working out how to use tslint and ended up replacing even more
}}馃ぃ.I'm still trying to track things down.