build: adding basic e2e testing infrastructure

This commit is contained in:
Igor Minar
2016-05-01 22:54:19 -07:00
parent fdd8bd1a36
commit 2e1f3f003d
105 changed files with 341 additions and 182 deletions

View File

@ -14,6 +14,6 @@
Loading...
</template-driven-forms>
$SCRIPTS$
<script src="../bootstrap.js"></script>
</body>
</html>

View File

@ -1,5 +1,5 @@
import {bootstrap} from '@angular/platform-browser-dynamic';
import {Component, Directive, Host, forwardRef, Provider} from '@angular/core';
import {Component, Directive, Host} from '@angular/core';
import {
ControlGroup,
NgIf,
@ -11,7 +11,7 @@ import {
NgForm
} from '@angular/common';
import {RegExpWrapper, print, isPresent} from '@angular/facade';
import {RegExpWrapper, print, isPresent} from '@angular/core/src/facade/lang';
/**
* A domain model we are binding the form controls to.