Skip to content

Commit

Permalink
fix(package): adjusted the imports #316
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Aug 16, 2019
1 parent 589cad4 commit e1e5ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>ngx-auth-firebaseui</h1>

<section class="home">
<div class="container">
<!-- <ngx-auth-firebaseui-login appearance="outline" (onCreateAccountRequested)="createAccount()"></ngx-auth-firebaseui-login>-->
<ngx-auth-firebaseui-login appearance="outline" (onCreateAccountRequested)="createAccount()"></ngx-auth-firebaseui-login>
<!-- <div fxLayout="column">-->

<!-- &lt;!&ndash;toolbar&ndash;&gt;-->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Component, EventEmitter, Inject, Input, OnInit, Output, PLATFORM_ID, ViewEncapsulation} from '@angular/core';
import {FormBuilder, FormGroup, Validators} from '@angular/forms';
import {MatFormFieldAppearance} from '@angular/material';
import {AuthProcessService, AuthProvider} from '../../..';
import {AuthProcessService, AuthProvider} from '../../services/auth-process.service';
import {Subscription} from 'rxjs';

@Component({
Expand Down

0 comments on commit e1e5ab2

Please sign in to comment.