this.myForm = formBuilder.group({ firstName: ['value'], lastName: ['value', *validation function goes here*], age: ['value', *validation function goes here*, *asynchronous validation function goes here*] });