build: adding basic e2e testing infrastructure
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import {bootstrap} from '@angular/platform-browser';
|
||||
import {bootstrap} from '@angular/platform-browser-dynamic';
|
||||
|
||||
import {Renderer, ElementRef, Component, Directive, Injectable} from '@angular/core';
|
||||
import {MyCmp} from './my_cmp/my_cmp';
|
||||
import {MyCmp} from './app/my_cmp';
|
||||
|
||||
export function main() {
|
||||
bootstrap(RelativeApp);
|
||||
|
Reference in New Issue
Block a user