resolve browserapi

This commit is contained in:
Kyle Spearrin 2019-08-21 09:28:42 -04:00
parent 3bce3ede25
commit d8f423711a
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ import {
transition,
trigger,
} from '@angular/animations';
import { BrowserApi } from 'src/browser/browserApi';
import { BrowserApi } from '../browser/browserApi';
const queryShown = query(':enter, :leave', [
style({ position: 'fixed', width: '100%', height: '100%' }),