From 5925431dbf3c45a4096b818cfa45b5ff6a8dc114 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sun, 21 Jan 2018 21:52:26 +0200 Subject: [PATCH] chore: ignore ts warning for not-found file from ../compiled --- lib/bootstrap.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bootstrap.ts b/lib/bootstrap.ts index 080140d2..41ef6855 100644 --- a/lib/bootstrap.ts +++ b/lib/bootstrap.ts @@ -1,6 +1,7 @@ import { NgModuleRef } from '@angular/core'; import { platformBrowser } from '@angular/platform-browser'; import { AppModule } from './app.module'; +// @ts-ignore import { AppModuleNgFactory } from '../compiled/lib/app.module.ngfactory'; export function bootstrapRedoc():Promise> {