Filipe Silva 739e5a4f53 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
2019-05-16 12:08:49 -07:00

12 lines
147 B
JavaScript

import "tslib";
import "@angular/common";
import "@angular/core";
import "rxjs";
import "rxjs/operators";
import "@angular/platform-browser";