test: add integration test for side effects (#29329)
This new tests keeps track of the known side effects for Angular ES modules. PR Close #29329
This commit is contained in:
9
integration/side-effects/snapshots/forms/esm5.js
Normal file
9
integration/side-effects/snapshots/forms/esm5.js
Normal file
@ -0,0 +1,9 @@
|
||||
import "tslib";
|
||||
|
||||
import "@angular/core";
|
||||
|
||||
import "@angular/platform-browser";
|
||||
|
||||
import "rxjs";
|
||||
|
||||
import "rxjs/operators";
|
Reference in New Issue
Block a user