Description
When creating a new application, the generated title is set to <%=ApplicationTitle%> instead of the actual application title.
- igniteui-angular version:
- browser:
Steps to reproduce
1.Create a new application.
2.Open the generated application.
3.Check the application title.
Result
The application title is rendered as <%=ApplicationTitle%>.
Expected result
The application title should be replaced with the correct application name provided during creation.