Tanzeel Saleem
Tanzeel Saleem
you can define hash password function in same seed file. or can do this something like i did. 
@taye thank you for answer `interact('.target', { context: iframe.contentDocument })` This worked for me.
@mateuszszyndler You may use somethign like this ``` // COMPONENT async getChildItems(itemId) { const children = await this.service.getChilds(parentId).toPromise(); // do anything here and return return children; } childrenResolve = (item:...