Open angelfraga opened 6 years ago
if the final import item contains a line break, the new import will corrupt it by being added inside the brackets.
import { Component } from '@angular/core'; @Component() class Test { }
And then you add another one, for example, Subject
Subject
import { import { Subject } from 'rxjs'; Component } from '@angular/core'; @Component() class Test { property: Subject }
if the final import item contains a line break, the new import will corrupt it by being added inside the brackets.
And then you add another one, for example,
Subject