Skip to content

Commit

Permalink
Step 22.5: Update the template
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 27, 2016
1 parent 7e6fc1f commit b3d367c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/imports/app/auth/login.component.web.ts
Expand Up @@ -3,7 +3,7 @@ import { FormBuilder, FormGroup, Validators } from '@angular/forms';
import { Router } from '@angular/router';
import { Meteor } from 'meteor/meteor';

import template from './login.component.html';
import template from './login.component.web.html';

@Component({
selector: 'login',
Expand Down

0 comments on commit b3d367c

Please sign in to comment.