MoncifK
MoncifK
i have the exact same error, what i did is add subcomment and then delete the parent thread.
@cyp3rius using the delete endpoint ```javascript remove(commentId: number, pageId: number, authorId: number): Observable { return this.http.delete(`http://localhost:1337/api/comments/api::page.page:${pageId}/comment/${commentId}?authorId=${authorId}`); } ```
@cyp3rius thank you a lot, its working great now
> Hi, is there a way to lazy load components inside a `wizard-step`? > > For example, I have 2 `wizard-step` each one with a custom component inside. The first...
I changed it to this ``` type ConfirmSmsUserPayload { token: String! } extend type Mutation { confirmUserSmsToken(userId: ID!, confirmCode: String!):ConfirmSmsUserPayload } ```
You can use bindPopup("Hello"); now i'm looking for a way to pass an angular component if i manage to find a way 'll post the solution ```javascript const objMarker =...