Skip to content

Commit

Permalink
Provide default package name in config for igx-ts projects (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofdiamond5 authored and Lipata committed Sep 20, 2024
1 parent 7a78855 commit 9852cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/igx-templates/igx-ts/projects/_base/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ControlExtraConfiguration, ProjectTemplate, Util, updateWorkspace } from "@igniteui/cli-core";
import { ControlExtraConfiguration, NPM_ANGULAR, ProjectTemplate, Util, updateWorkspace } from "@igniteui/cli-core";
import * as path from "path";

export class BaseIgxProject implements ProjectTemplate {
Expand Down Expand Up @@ -65,6 +65,7 @@ $app-palette: palette($primary, $secondary, $surface);
dot: ".",
path: name,
projectTemplate: this.id,
igxPackage: NPM_ANGULAR,
yamlDefaultBranch: "<%=yaml-default-branch%>", // the placeholder will be evaluated by CodeGen
ApplicationTitle: "<%=ApplicationTitle%>" // the placeholder will be evaluated by CodeGen
};
Expand Down

0 comments on commit 9852cde

Please sign in to comment.