build: adding basic e2e testing infrastructure
This commit is contained in:
@ -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>
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user