-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workshop fix #179
workshop fix #179
Conversation
} | ||
@Action(OnCreateWorkshopFail) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where do you dispatch this action?
const address = new Address(this.AddressFormGroup.value); | ||
const teachers = this.createTeachers(this.TeacherFormArray); | ||
const workshop = new Workshop(this.AboutFormGroup.value, this.DescriptionFormGroup.value, address, teachers); | ||
console.log(workshop) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont commit debug code
*/ | ||
onSelectedCity( event ): void{ | ||
this.AddressFormGroup.get('city').setValue=event; | ||
onSelectedCity(event): void { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
type?
No description provided.