@igniteui/angular-templates 17.1.1310-beta.4 → 17.1.1311

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.
@@ -5,6 +5,7 @@
5
5
  "ng": "ng",
6
6
  "start": "ng serve -o",
7
7
  "build": "ng build",
8
+ "watch": "ng build --watch --configuration development",
8
9
  "test": "ng test",
9
10
  "lint": "ng lint"
10
11
  },
@@ -7,10 +7,12 @@
7
7
  "projectType": "application",
8
8
  "schematics": {
9
9
  "@schematics/angular:component": {
10
- "style": "scss"
10
+ "style": "scss",
11
+ "standalone": false
11
12
  },
12
13
  "@schematics/angular:application": {
13
- "strict": true
14
+ "strict": true,
15
+ "standalone": false
14
16
  }
15
17
  },
16
18
  "root": "",
@@ -5,6 +5,7 @@
5
5
  "ng": "ng",
6
6
  "start": "ng serve -o",
7
7
  "build": "ng build",
8
+ "watch": "ng build --watch --configuration development",
8
9
  "test": "ng test",
9
10
  "lint": "ng lint"
10
11
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "17.1.1310-beta.4",
3
+ "version": "17.1.1311",
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.0-beta.4",
15
+ "@igniteui/cli-core": "~13.1.1",
16
16
  "typescript": "~4.7.2"
17
17
  }
18
18
  }