Description
My version is as follows:
"angular/cli": "^17.3.8"
"survey-angular-ui": "latest",
Hello. I added the elapsed time and remaining time to the example "angular-standalone-components", but it didn't show up. Does angular17 support it?
The survey model is as follows:
const surveyJson = { title: "American History", showProgressBar: "bottom", showTimer: true, timeLimitPerPage: 10, timeLimit: 25, pages: [{ elements: [{ type: "radiogroup", name: "civilwar", title: "When was the American Civil War?", choices: [ "1796-1803", "1810-1814", "1861-1865", "1939-1945" ], correctAnswer: "1861-1865" }] }, { elements: [{ type: "radiogroup", name: "libertyordeath", title: "Whose quote is this: \"Give me liberty, or give me death\"?", choicesOrder: "random", choices: [ "John Hancock", "James Madison", "Patrick Henry", "Samuel Adams" ], correctAnswer: "Patrick Henry" }] }, { elements: [{ type: "radiogroup", name: "magnacarta", title: "What is Magna Carta?", choicesOrder: "random", choices: [ "The foundation of the British parliamentary system", "The Great Seal of the monarchs of England", "The French Declaration of the Rights of Man", "The charter signed by the Pilgrims on the Mayflower" ], correctAnswer: "The foundation of the British parliamentary system" }] }] };