build: adding basic e2e testing infrastructure
This commit is contained in:
@ -11,6 +11,6 @@
|
||||
via source maps!
|
||||
</p>
|
||||
|
||||
$SCRIPTS$
|
||||
<script src="../bootstrap.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {BaseException, WrappedException} from '@angular/facade';
|
||||
import {bootstrap} from '@angular/platform-browser';
|
||||
import {BaseException} from '@angular/core/src/facade/exceptions';
|
||||
import {bootstrap} from '@angular/platform-browser-dynamic';
|
||||
import {Component} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
|
Reference in New Issue
Block a user