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:
Filipe Silva
2019-03-12 17:03:50 +00:00
committed by Jason Aden
parent bf94932c7a
commit 739e5a4f53
23 changed files with 984 additions and 2 deletions

View File

@ -0,0 +1,9 @@
import "tslib";
import "@angular/core";
import "@angular/platform-browser";
import "rxjs";
import "rxjs/operators";