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

@ -4,6 +4,6 @@
<link rel="stylesheet" type="text/css" href="./css/app.css" />
<body>
<animate-app>Loading...</animate-app>
$SCRIPTS$
<script src="../bootstrap.js"></script>
</body>
</html>

View File

@ -1,5 +1,5 @@
import {AnimateApp} from './animate-app';
import {bootstrap} from '@angular/platform-browser';
import {AnimateApp} from './app/animate-app';
import {bootstrap} from '@angular/platform-browser-dynamic';
export function main() {
bootstrap(AnimateApp);