Skip to content

Commit

Permalink
Fixing AOT issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitarora committed Dec 5, 2019
1 parent 0624c97 commit b447f18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ import { ApplicationRef, NgModuleRef } from '@angular/core';
import { timer, Subscription, Subject } from 'rxjs';
import { takeWhile, filter } from 'rxjs/operators';

import 'reflect-metadata';

declare const ng;
declare const getAllAngularRootElements: () => Element[];
declare const treeRenderOptions: SimpleOptions;
Expand Down

0 comments on commit b447f18

Please sign in to comment.