build: adding basic e2e testing infrastructure
This commit is contained in:
@ -14,6 +14,6 @@
|
||||
Loading...
|
||||
</order-management-app>
|
||||
|
||||
$SCRIPTS$
|
||||
<script src="../bootstrap.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,4 +1,4 @@
|
||||
import {bootstrap} from '@angular/platform-browser';
|
||||
import {bootstrap} from '@angular/platform-browser-dynamic';
|
||||
import {
|
||||
Component,
|
||||
Directive,
|
||||
@ -12,7 +12,7 @@ import {
|
||||
} from '@angular/core';
|
||||
import {NgIf, NgFor, FORM_DIRECTIVES} from '@angular/common';
|
||||
|
||||
import {ListWrapper} from '@angular/facade';
|
||||
import {ListWrapper} from '@angular/core/src/facade/collection';
|
||||
|
||||
/**
|
||||
* You can find the Angular 1 implementation of this example here:
|
||||
|
Reference in New Issue
Block a user