Wednesday, January 2, 2019

What is Angular 6 Templates?

Angular 6 Templates : 

Angular 6 uses the <ng-template> as the tag similar to Angular 4 instead of <template> which is used in Angular2. The reason Angular 4 changed <template> to <ng-template> is because there is a name conflict between the <template> tag and the html <template> standard tag. It will deprecate completely going ahead.

https://www.tutorialspoint.com/index.htm

No comments:

Post a Comment