Skip to content

Commit 583b0d3

Browse files
Update packages/igx-templates/igx-ts/projects/_base/index.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2a143ea commit 583b0d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/igx-templates/igx-ts/projects/_base

packages/igx-templates/igx-ts/projects/_base/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $app-palette: palette($primary, $secondary, $surface);
6767
projectTemplate: this.id,
6868
igxPackage: NPM_ANGULAR,
6969
yamlDefaultBranch: "<%=yaml-default-branch%>", // the placeholder will be evaluated by CodeGen
70-
ApplicationTitle: name // the placeholder will be evaluated by CodeGen
70+
ApplicationTitle: name // backward-compat variable; now uses the resolved name value
7171
};
7272

7373
switch (theme) {

0 commit comments

Comments
 (0)