Tanzeel Saleem

Results 3 comments of Tanzeel Saleem

you can define hash password function in same seed file. or can do this something like i did. ![image](https://user-images.githubusercontent.com/21341120/67894401-3ed15980-fb7a-11e9-9180-018b8b03a620.png)

@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:...