build: adding basic e2e testing infrastructure
This commit is contained in:
@ -14,6 +14,6 @@
|
||||
Loading...
|
||||
</model-driven-forms>
|
||||
|
||||
$SCRIPTS$
|
||||
<script src="../bootstrap.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,8 +1,7 @@
|
||||
import {bootstrap} from '@angular/platform-browser';
|
||||
import {bootstrap} from '@angular/platform-browser-dynamic';
|
||||
import {
|
||||
FORM_DIRECTIVES,
|
||||
ControlGroup,
|
||||
NgControl,
|
||||
Validators,
|
||||
NgFormModel,
|
||||
FormBuilder,
|
||||
@ -11,7 +10,7 @@ import {
|
||||
} from '@angular/common';
|
||||
import {Component, Directive, Host} from '@angular/core';
|
||||
|
||||
import {RegExpWrapper, print, isPresent} from '@angular/facade';
|
||||
import {RegExpWrapper, print, isPresent} from '@angular/core/src/facade/lang';
|
||||
import {AbstractControl} from '@angular/common';
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user