Other Flashcards
(3 cards)
1
Q
What is a template in the Blazor ecosystem?
A
Is a piece of HTML that is often used and then therefore it is stripped into a template. e.g:
calendar
myTemplate
2
Q
Will Blazor automatically identify updates to the dom when components update “shared” resources?
A
No. It is necessary to create events and the “interested” components needs to subscribe.
public static event Action OnEventAdded = () => {};
3
Q
How to test the graph apis on microsoft?
A
graph explorer.