Angular Flashcards
1
Q
What is <ng-template> used for?</ng-template>
A
content with in the tag will only appear when instructed
2
Q
What is a promise?
A
A Promise is a JavaScript object that links producing code and consuming code.