diff --git a/Client/bootstrap-server.ts b/Client/bootstrap-server.ts index db3494ee..69c511a9 100644 --- a/Client/bootstrap-server.ts +++ b/Client/bootstrap-server.ts @@ -13,15 +13,8 @@ declare var Zone: any; export default function (params: IParams): Promise<{ html: string, globals?: any }> { - const doc = ` - \n - - - - - - - `; + // Our Root application document + const doc = ''; // hold platform reference const platformRef = platformNodeDynamic();