Files
Filipe Silva af001a8cbd test: add integration test for side effects (#30470)
This new tests keeps track of the known side effects for Angular ES modules.

PR Close #30470
2019-05-15 10:00:12 -07:00

10 lines
120 B
JavaScript

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