This commit is contained in:
Alexis Lahouze 2017-07-26 23:10:21 +02:00
parent 3363cf682a
commit b7c44a39da
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ import { Schedule } from './schedule';
</form>
`
})
export class ScheduleFormComponent implements AfterViewChecked {
export class ScheduleFormComponent implements AfterViewChecked {
@Input() schedule: Schedule;
@Output() onValid: EventEmitter<boolean> = new EventEmitter<boolean>();
@ViewChild('form') form: NgForm;