pierre03

Results 9 issues of pierre03

Hello, i want to create something like the australia map, but can you tell me how to get the image map values for each part of the country, please? Thank...

Hello, I want to add a round progressbar on a photo dynamically, can you show me how to do it, please? Thank you.

Hello, I tried to use the exemple in my angular 5 project, but I got an error "unexpected value 'undefined' imported by the module appmodule" I have imported the module...

Hello, I have imported the editor correctly, but i want to do some customazation, can you show me an exemple how to modify the default css properties like opacity, hide/display,...

If we have more than 10 lines for the content, with the first exemple, the content will be outside of the text area.

Hello, I have launched the command: npm install =>OK then: ng serve => OK, but nothing on the screen... These are the messages in the web socket: ``` o a["{\"type\":\"overlay\",\"data\":{\"errors\":true,\"warnings\":false}}"]...

Hello, Here is my problem, i have a json object, which is like that: {"commandId":"1","result":"ok","devices":[{"**P**luginId":"Device 1","**D**isplayName":"Device 1"},{"**P**luginId":"Device 2","**D**isplayName":"Device 2"}],"message":""} The commandId and result is defined in GeneralResponse, for the other...

I want to parse the josn to some classes, but when i called deserialize method in component "content" like: ``` let content = {"data" : 10}; const response = deserialize(SearchResponse,...

Hello, I used the example to do a test, but i can just see the first address in the list: `Array(1)`, but i have more than one address, is there...