Style.
This commit is contained in:
parent
3363cf682a
commit
b7c44a39da
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user