@igniteui/angular-templates 17.1.13113-beta.7 → 17.1.13114

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,9 +8,9 @@ name: Node.js CI
8
8
 
9
9
  on:
10
10
  push:
11
- branches: [ $(yamlDefaultBranch) ]
11
+ branches: [ <%=yamlDefaultBranch%> ]
12
12
  pull_request:
13
- branches: [ $(yamlDefaultBranch) ]
13
+ branches: [ <%=yamlDefaultBranch%> ]
14
14
 
15
15
  jobs:
16
16
  build:
@@ -75,7 +75,8 @@ $app-palette: palette($primary, $secondary, $surface);
75
75
  dot: ".",
76
76
  path: name,
77
77
  projectTemplate: this.id,
78
- yamlDefaultBranch: "<%=yaml-default-branch%>" // the placeholder will be evaluated by CodeGen
78
+ yamlDefaultBranch: "<%=yaml-default-branch%>", // the placeholder will be evaluated by CodeGen
79
+ ApplicationTitle: "<%=ApplicationTitle%>" // the placeholder will be evaluated by CodeGen
79
80
  };
80
81
  switch (theme) {
81
82
  case "Custom":
@@ -2,7 +2,7 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>Ignite UI for Angular</title>
5
+ <title><%=ApplicationTitle%></title>
6
6
  <base href="/">
7
7
 
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
@@ -8,9 +8,9 @@ name: Node.js CI
8
8
 
9
9
  on:
10
10
  push:
11
- branches: [ $(yamlDefaultBranch) ]
11
+ branches: [ <%=yamlDefaultBranch%> ]
12
12
  pull_request:
13
- branches: [ $(yamlDefaultBranch) ]
13
+ branches: [ <%=yamlDefaultBranch%> ]
14
14
 
15
15
  jobs:
16
16
  build:
@@ -75,7 +75,8 @@ $app-palette: palette($primary, $secondary, $surface);
75
75
  dot: ".",
76
76
  path: name,
77
77
  projectTemplate: this.id,
78
- yamlDefaultBranch: "<%=yaml-default-branch%>" // the placeholder will be evaluated by CodeGen
78
+ yamlDefaultBranch: "<%=yaml-default-branch%>", // the placeholder will be evaluated by CodeGen
79
+ ApplicationTitle: "<%=ApplicationTitle%>" // the placeholder will be evaluated by CodeGen
79
80
  };
80
81
  switch (theme) {
81
82
  case "Custom":
@@ -2,7 +2,7 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>Ignite UI for Angular</title>
5
+ <title><%=ApplicationTitle%></title>
6
6
  <base href="/">
7
7
 
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "17.1.13113-beta.7",
3
+ "version": "17.1.13114",
4
4
  "description": "Templates for Ignite UI for Angular projects and components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "author": "Infragistics",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@igniteui/cli-core": "~13.1.13-beta.7",
15
+ "@igniteui/cli-core": "~13.1.14",
16
16
  "typescript": "~5.4.3"
17
17
  }
18
18
  }