@igniteui/angular-templates 17.0.1310-beta.2 → 17.0.1316-beta.1

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.
@@ -3,105 +3,106 @@
3
3
  "version": 1,
4
4
  "newProjectRoot": "projects",
5
5
  "projects": {
6
- "NgStandaloneApp": {
7
- "projectType": "application",
8
- "schematics": {
9
- "@schematics/angular:component": {
10
- "style": "scss"
11
- }
12
- },
13
- "root": "",
14
- "sourceRoot": "src",
15
- "prefix": "app",
16
- "architect": {
17
- "build": {
18
- "builder": "@angular-devkit/build-angular:application",
19
- "options": {
20
- "outputPath": "dist/ng-standalone-app",
21
- "index": "src/index.html",
22
- "browser": "src/main.ts",
23
- "polyfills": [
24
- "zone.js"
25
- ],
26
- "tsConfig": "tsconfig.app.json",
27
- "inlineStyleLanguage": "scss",
28
- "assets": [
29
- "src/favicon.ico",
30
- "src/assets"
31
- ],
32
- "styles": [
33
- "src/styles.scss"<%=DefaultTheme%>
34
- ],
35
- "scripts": [
36
- "./node_modules/hammerjs/hammer.min.js"
37
- ],
38
- "stylePreprocessorOptions": {
39
- "includePaths": ["node_modules"]
40
- }
6
+ "<%=dashName%>": {
7
+ "projectType": "application",
8
+ "schematics": {
9
+ "@schematics/angular:component": {
10
+ "style": "scss"
11
+ }
41
12
  },
42
- "configurations": {
43
- "production": {
44
- "budgets": [
45
- {
46
- "type": "initial",
47
- "maximumWarning": "500kb",
48
- "maximumError": "1mb"
49
- },
50
- {
51
- "type": "anyComponentStyle",
52
- "maximumWarning": "2kb",
53
- "maximumError": "4kb"
54
- }
55
- ],
56
- "outputHashing": "all"
57
- },
58
- "development": {
59
- "optimization": false,
60
- "extractLicenses": false,
61
- "sourceMap": true
62
- }
63
- },
64
- "defaultConfiguration": "production"
65
- },
66
- "serve": {
67
- "builder": "@angular-devkit/build-angular:dev-server",
68
- "configurations": {
69
- "production": {
70
- "buildTarget": "NgStandaloneApp:build:production"
71
- },
72
- "development": {
73
- "buildTarget": "NgStandaloneApp:build:development"
74
- }
75
- },
76
- "defaultConfiguration": "development"
77
- },
78
- "extract-i18n": {
79
- "builder": "@angular-devkit/build-angular:extract-i18n",
80
- "options": {
81
- "buildTarget": "NgStandaloneApp:build"
82
- }
83
- },
84
- "test": {
85
- "builder": "@angular-devkit/build-angular:karma",
86
- "options": {
87
- "polyfills": [
88
- "zone.js",
89
- "zone.js/testing"
90
- ],
91
- "tsConfig": "tsconfig.spec.json",
92
- "inlineStyleLanguage": "scss",
93
- "assets": [
94
- "src/favicon.ico",
95
- "src/assets"
96
- ],
97
- "styles": [
98
- "src/styles.scss"
99
- ],
100
- "scripts": []
13
+ "root": "",
14
+ "sourceRoot": "src",
15
+ "prefix": "app",
16
+ "architect": {
17
+ "build": {
18
+ "builder": "@angular-devkit/build-angular:application",
19
+ "options": {
20
+ "outputPath": "dist/<%=dashName%>",
21
+ "index": "src/index.html",
22
+ "browser": "src/main.ts",
23
+ "polyfills": [
24
+ "zone.js"
25
+ ],
26
+ "tsConfig": "tsconfig.app.json",
27
+ "inlineStyleLanguage": "scss",
28
+ "assets": [
29
+ "src/favicon.ico",
30
+ "src/assets"
31
+ ],
32
+ "styles": [
33
+ "src/styles.scss"<%=DefaultTheme%>
34
+ ],
35
+ "scripts": [
36
+ "./node_modules/hammerjs/hammer.min.js"
37
+ ],
38
+ "stylePreprocessorOptions": {
39
+ "includePaths": [
40
+ "node_modules"
41
+ ]
42
+ }
43
+ },
44
+ "configurations": {
45
+ "production": {
46
+ "budgets": [
47
+ {
48
+ "type": "initial",
49
+ "maximumWarning": "500kb",
50
+ "maximumError": "1mb"
51
+ },
52
+ {
53
+ "type": "anyComponentStyle",
54
+ "maximumWarning": "2kb",
55
+ "maximumError": "4kb"
56
+ }
57
+ ],
58
+ "outputHashing": "all"
59
+ },
60
+ "development": {
61
+ "optimization": false,
62
+ "extractLicenses": false,
63
+ "sourceMap": true
64
+ }
65
+ },
66
+ "defaultConfiguration": "production"
67
+ },
68
+ "serve": {
69
+ "builder": "@angular-devkit/build-angular:dev-server",
70
+ "configurations": {
71
+ "production": {
72
+ "buildTarget": "<%=dashName%>:build:production"
73
+ },
74
+ "development": {
75
+ "buildTarget": "<%=dashName%>:build:development"
76
+ }
77
+ },
78
+ "defaultConfiguration": "development"
79
+ },
80
+ "extract-i18n": {
81
+ "builder": "@angular-devkit/build-angular:extract-i18n",
82
+ "options": {
83
+ "buildTarget": "<%=dashName%>:build"
84
+ }
85
+ },
86
+ "test": {
87
+ "builder": "@angular-devkit/build-angular:karma",
88
+ "options": {
89
+ "polyfills": [
90
+ "zone.js",
91
+ "zone.js/testing"
92
+ ],
93
+ "tsConfig": "tsconfig.spec.json",
94
+ "inlineStyleLanguage": "scss",
95
+ "assets": [
96
+ "src/favicon.ico",
97
+ "src/assets"
98
+ ],
99
+ "styles": [
100
+ "src/styles.scss"
101
+ ],
102
+ "scripts": []
103
+ }
104
+ }
101
105
  }
102
- }
103
106
  }
104
- }
105
107
  }
106
- }
107
-
108
+ }
@@ -10,34 +10,34 @@
10
10
  },
11
11
  "private": true,
12
12
  "dependencies": {
13
- "@angular/animations": "^17.0.0",
14
- "@angular/common": "^17.0.0",
15
- "@angular/compiler": "^17.0.0",
16
- "@angular/core": "^17.0.0",
17
- "@angular/forms": "^17.0.0",
18
- "@angular/platform-browser": "^17.0.0",
19
- "@angular/platform-browser-dynamic": "^17.0.0",
20
- "@angular/router": "^17.0.0",
21
- "hammerjs": "^2.0.8",
13
+ "@angular/animations": "~17.0.0",
14
+ "@angular/common": "~17.0.0",
15
+ "@angular/compiler": "~17.0.0",
16
+ "@angular/core": "~17.0.0",
17
+ "@angular/forms": "~17.0.0",
18
+ "@angular/platform-browser": "~17.0.0",
19
+ "@angular/platform-browser-dynamic": "~17.0.0",
20
+ "@angular/router": "~17.0.0",
21
+ "hammerjs": "~2.0.8",
22
22
  "igniteui-angular": "~17.0.0",
23
23
  "minireset.css": "~0.0.7",
24
24
  "rxjs": "~7.8.0",
25
- "tslib": "^2.3.0",
25
+ "tslib": "~2.3.0",
26
26
  "zone.js": "~0.14.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@angular-devkit/build-angular": "~17.0.0",
30
- "@angular-eslint/builder": "^17.0.0",
31
- "@angular-eslint/eslint-plugin": "^17.0.0",
32
- "@angular-eslint/eslint-plugin-template": "^17.0.0",
33
- "@angular-eslint/schematics": "^17.0.0",
34
- "@angular-eslint/template-parser": "^17.0.0",
30
+ "@angular-eslint/builder": "~17.0.0",
31
+ "@angular-eslint/eslint-plugin": "~17.0.0",
32
+ "@angular-eslint/eslint-plugin-template": "~17.0.0",
33
+ "@angular-eslint/schematics": "~17.0.0",
34
+ "@angular-eslint/template-parser": "~17.0.0",
35
35
  "@angular/cli": "~17.0.0",
36
36
  "@angular/compiler-cli": "~17.0.0",
37
37
  "@types/jasmine": "~5.1.1",
38
38
  "@typescript-eslint/eslint-plugin": "6.9.1",
39
39
  "@typescript-eslint/parser": "6.9.1",
40
- "eslint": "^8.52.0",
40
+ "eslint": "~8.52.0",
41
41
  "igniteui-cli": "~<%=cliVersion%>",
42
42
  "jasmine-core": "~5.1.0",
43
43
  "karma": "~6.4.0",
@@ -1,5 +1,5 @@
1
1
  import { ApplicationConfig, importProvidersFrom } from '@angular/core';
2
- import { provideRouter } from '@angular/router';
2
+ import { provideRouter, withComponentInputBinding } from '@angular/router';
3
3
  import { BrowserModule, HammerModule } from '@angular/platform-browser';
4
4
  import { provideAnimations } from '@angular/platform-browser/animations';
5
5
 
@@ -7,11 +7,11 @@ import { routes } from './app.routes';
7
7
 
8
8
  export const appConfig: ApplicationConfig = {
9
9
  providers: [
10
- provideRouter(routes),
11
- importProvidersFrom(BrowserModule, HammerModule),
12
- provideAnimations(),
13
- // provide the HAMMER_GESTURE_CONFIG token
14
- // to override the default settings of the HammerModule
10
+ provideRouter(routes, withComponentInputBinding()),
11
+ importProvidersFrom(BrowserModule, HammerModule),
12
+ provideAnimations()
13
+ // provide the HAMMER_GESTURE_CONFIG token
14
+ // to override the default settings of the HammerModule
15
15
  // { provide: HAMMER_GESTURE_CONFIG, useClass: MyHammerConfig }
16
16
  ]
17
17
  };
@@ -4,6 +4,6 @@ import { PageNotFoundComponent } from './error-routing/not-found/not-found.compo
4
4
  import { UncaughtErrorComponent } from './error-routing/error/uncaught-error.component';
5
5
 
6
6
  export const routes: Routes = [
7
- { path: 'error', component: UncaughtErrorComponent },
8
- { path: '**', component: PageNotFoundComponent } // must always be last
7
+ { path: 'error', component: UncaughtErrorComponent },
8
+ { path: '**', component: PageNotFoundComponent } // must always be last
9
9
  ];
@@ -1,6 +1,7 @@
1
1
  import { Component } from '@angular/core';
2
2
 
3
3
  @Component({
4
+ standalone: true,
4
5
  template: '<h2>Error 500: Internal Server Error</h2>',
5
6
  })
6
7
  export class UncaughtErrorComponent { }
@@ -1,8 +1,8 @@
1
1
  import { ApplicationConfig } from '@angular/core';
2
- import { provideRouter } from '@angular/router';
2
+ import { provideRouter, withComponentInputBinding } from '@angular/router';
3
3
 
4
4
  import { routes } from './app.routes';
5
5
 
6
6
  export const appConfig: ApplicationConfig = {
7
- providers: [provideRouter(routes)]
7
+ providers: [provideRouter(routes, withComponentInputBinding())]
8
8
  };
@@ -1,8 +1,8 @@
1
1
  import { ApplicationConfig } from '@angular/core';
2
- import { provideRouter } from '@angular/router';
2
+ import { provideRouter, withComponentInputBinding } from '@angular/router';
3
3
 
4
4
  import { routes } from './app.routes';
5
5
 
6
6
  export const appConfig: ApplicationConfig = {
7
- providers: [provideRouter(routes)]
7
+ providers: [provideRouter(routes, withComponentInputBinding())]
8
8
  };
@@ -3,6 +3,6 @@ import { Routes } from '@angular/router';
3
3
  import { HomeComponent } from './home/home.component';
4
4
 
5
5
  export const routes: Routes = [
6
- { path: '', redirectTo: '/home', pathMatch: 'full'},
7
- { path: 'home', component: HomeComponent, data: { text: 'Home' }}
6
+ { path: '', redirectTo: '/home', pathMatch: 'full' },
7
+ { path: 'home', component: HomeComponent, data: { text: 'Home' } }
8
8
  ];
@@ -1,24 +1,30 @@
1
1
  import { ApplicationConfig, importProvidersFrom } from '@angular/core';
2
- import { provideRouter } from '@angular/router';
2
+ import { provideRouter, withComponentInputBinding } from '@angular/router';
3
3
  import { BrowserModule, HammerModule } from '@angular/platform-browser';
4
4
  import { provideAnimations } from '@angular/platform-browser/animations';
5
- import { IgxNavigationDrawerModule, IgxNavbarModule, IgxLayoutModule, IgxRippleModule } from 'igniteui-angular';
5
+ import {
6
+ IgxNavigationDrawerModule,
7
+ IgxNavbarModule,
8
+ IgxLayoutModule,
9
+ IgxRippleModule,
10
+ } from 'igniteui-angular';
6
11
 
7
12
  import { routes } from './app.routes';
8
13
 
9
14
  export const appConfig: ApplicationConfig = {
10
15
  providers: [
11
- provideRouter(routes),
12
- importProvidersFrom(
13
- BrowserModule,
14
- HammerModule,
15
- IgxLayoutModule,
16
- IgxNavbarModule,
17
- IgxNavigationDrawerModule,
18
- IgxRippleModule),
19
- provideAnimations(),
20
- // provide the HAMMER_GESTURE_CONFIG token
21
- // to override the default settings of the HammerModule
16
+ provideRouter(routes, withComponentInputBinding()),
17
+ importProvidersFrom(
18
+ BrowserModule,
19
+ HammerModule,
20
+ IgxLayoutModule,
21
+ IgxNavbarModule,
22
+ IgxNavigationDrawerModule,
23
+ IgxRippleModule
24
+ ),
25
+ provideAnimations()
26
+ // provide the HAMMER_GESTURE_CONFIG token
27
+ // to override the default settings of the HammerModule
22
28
  // { provide: HAMMER_GESTURE_CONFIG, useClass: MyHammerConfig }
23
29
  ]
24
30
  };
@@ -5,12 +5,13 @@
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
  },
11
12
  "private": true,
12
13
  "dependencies": {
13
- "@angular/animations": "^17.0.0",
14
+ "@angular/animations": "~17.0.0",
14
15
  "@angular/common": "~17.0.0",
15
16
  "@angular/compiler": "~17.0.0",
16
17
  "@angular/core": "~17.0.0",
@@ -18,31 +19,31 @@
18
19
  "@angular/platform-browser": "~17.0.0",
19
20
  "@angular/platform-browser-dynamic": "~17.0.0",
20
21
  "@angular/router": "~17.0.0",
21
- "angular-auth-oidc-client": "^15.0.4",
22
- "hammerjs": "^2.0.8",
22
+ "angular-auth-oidc-client": "~15.0.4",
23
+ "hammerjs": "~2.0.8",
23
24
  "igniteui-angular": "~17.0.0",
24
25
  "minireset.css": "~0.0.7",
25
26
  "rxjs": "~7.8.0",
26
- "tslib": "^2.3.0",
27
+ "tslib": "~2.3.0",
27
28
  "zone.js": "~0.14.0"
28
29
  },
29
30
  "devDependencies": {
30
31
  "@angular-devkit/build-angular": "~17.0.0",
31
- "@angular-eslint/builder": "^17.0.0",
32
- "@angular-eslint/eslint-plugin": "^17.0.0",
33
- "@angular-eslint/eslint-plugin-template": "^17.0.0",
34
- "@angular-eslint/schematics": "^17.0.0",
35
- "@angular-eslint/template-parser": "^17.0.0",
32
+ "@angular-eslint/builder": "~17.0.0",
33
+ "@angular-eslint/eslint-plugin": "~17.0.0",
34
+ "@angular-eslint/eslint-plugin-template": "~17.0.0",
35
+ "@angular-eslint/schematics": "~17.0.0",
36
+ "@angular-eslint/template-parser": "~17.0.0",
36
37
  "@angular/cli": "~17.0.0",
37
38
  "@angular/compiler-cli": "~17.0.0",
38
39
  "@angular/language-service": "~17.0.0",
39
- "@types/facebook-js-sdk": "^3.3.6",
40
- "@types/hammerjs": "^2.0.41",
40
+ "@types/facebook-js-sdk": "~3.3.6",
41
+ "@types/hammerjs": "~2.0.41",
41
42
  "@types/jasmine": "~5.1.1",
42
43
  "@types/jasminewd2": "~2.0.3",
43
44
  "@typescript-eslint/eslint-plugin": "6.9.1",
44
45
  "@typescript-eslint/parser": "6.9.1",
45
- "eslint": "^8.52.0",
46
+ "eslint": "~8.52.0",
46
47
  "igniteui-cli": "~<%=cliVersion%>",
47
48
  "jasmine-core": "~5.1.0",
48
49
  "karma": "~6.4.0",
@@ -1,27 +1,33 @@
1
1
  import { ApplicationConfig, importProvidersFrom } from '@angular/core';
2
- import { provideRouter } from '@angular/router';
2
+ import { provideRouter, withComponentInputBinding } from '@angular/router';
3
3
  import { BrowserModule, HammerModule } from '@angular/platform-browser';
4
4
  import { provideAnimations } from '@angular/platform-browser/animations';
5
- import { IgxNavigationDrawerModule, IgxNavbarModule, IgxLayoutModule, IgxRippleModule } from 'igniteui-angular';
5
+ import {
6
+ IgxNavigationDrawerModule,
7
+ IgxNavbarModule,
8
+ IgxLayoutModule,
9
+ IgxRippleModule,
10
+ } from 'igniteui-angular';
6
11
 
7
12
  import { AuthenticationModule, ExternalAuthService } from './authentication';
8
13
  import { routes } from './app.routes';
9
14
 
10
15
  export const appConfig: ApplicationConfig = {
11
16
  providers: [
12
- provideRouter(routes),
13
- importProvidersFrom(
14
- BrowserModule,
15
- HammerModule,
16
- IgxLayoutModule,
17
- IgxNavbarModule,
18
- IgxNavigationDrawerModule,
19
- IgxRippleModule,
20
- AuthenticationModule),
21
- provideAnimations(),
22
- ExternalAuthService
23
- // provide the HAMMER_GESTURE_CONFIG token
24
- // to override the default settings of the HammerModule
17
+ provideRouter(routes, withComponentInputBinding()),
18
+ importProvidersFrom(
19
+ BrowserModule,
20
+ HammerModule,
21
+ IgxLayoutModule,
22
+ IgxNavbarModule,
23
+ IgxNavigationDrawerModule,
24
+ IgxRippleModule,
25
+ AuthenticationModule
26
+ ),
27
+ provideAnimations(),
28
+ ExternalAuthService
29
+ // provide the HAMMER_GESTURE_CONFIG token
30
+ // to override the default settings of the HammerModule
25
31
  // { provide: HAMMER_GESTURE_CONFIG, useClass: MyHammerConfig }
26
32
  ]
27
33
  };
@@ -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": "",
@@ -19,33 +19,33 @@
19
19
  "@angular/platform-browser": "~17.0.0",
20
20
  "@angular/platform-browser-dynamic": "~17.0.0",
21
21
  "@angular/router": "~17.0.0",
22
- "hammerjs": "^2.0.8",
22
+ "hammerjs": "~2.0.8",
23
23
  "igniteui-angular": "~17.0.0",
24
24
  "minireset.css": "~0.0.7",
25
25
  "rxjs": "~7.8.0",
26
- "tslib": "^2.3.0",
26
+ "tslib": "~2.3.0",
27
27
  "zone.js": "~0.14.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@angular-devkit/build-angular": "~17.0.0",
31
- "@angular-eslint/builder": "^17.0.0",
32
- "@angular-eslint/eslint-plugin": "^17.0.0",
33
- "@angular-eslint/eslint-plugin-template": "^17.0.0",
34
- "@angular-eslint/schematics": "^17.0.0",
35
- "@angular-eslint/template-parser": "^17.0.0",
31
+ "@angular-eslint/builder": "~17.0.0",
32
+ "@angular-eslint/eslint-plugin": "~17.0.0",
33
+ "@angular-eslint/eslint-plugin-template": "~17.0.0",
34
+ "@angular-eslint/schematics": "~17.0.0",
35
+ "@angular-eslint/template-parser": "~17.0.0",
36
36
  "@angular/cli": "~17.0.0",
37
37
  "@angular/compiler-cli": "~17.0.0",
38
38
  "@types/jasmine": "~5.1.1",
39
39
  "@typescript-eslint/eslint-plugin": "6.9.1",
40
40
  "@typescript-eslint/parser": "6.9.1",
41
- "eslint": "^8.52.0",
41
+ "eslint": "~8.52.0",
42
42
  "igniteui-cli": "~<%=cliVersion%>",
43
43
  "jasmine-core": "~5.1.0",
44
44
  "karma": "~6.4.0",
45
45
  "karma-chrome-launcher": "~3.2.0",
46
46
  "karma-coverage": "~2.2.0",
47
47
  "karma-jasmine": "~5.1.0",
48
- "karma-jasmine-html-reporter": "~2.0.0",
48
+ "karma-jasmine-html-reporter": "~2.1.0",
49
49
  "typescript": "~5.2.2"
50
50
  }
51
51
  }
@@ -11,7 +11,7 @@ export const routes: Routes = [
11
11
  ];
12
12
 
13
13
  @NgModule({
14
- imports: [RouterModule.forRoot(routes), ErrorRoutingModule],
14
+ imports: [RouterModule.forRoot(routes, { bindToComponentInputs: true }), ErrorRoutingModule],
15
15
  exports: [RouterModule, ErrorRoutingModule]
16
16
  })
17
17
  export class AppRoutingModule { }
@@ -14,7 +14,7 @@ export const routes: Routes = [
14
14
  ];
15
15
 
16
16
  @NgModule({
17
- imports: [RouterModule.forRoot(routes), ErrorRoutingModule],
17
+ imports: [RouterModule.forRoot(routes, { bindToComponentInputs: true }), ErrorRoutingModule],
18
18
  exports: [RouterModule, ErrorRoutingModule]
19
19
  })
20
20
  export class AppRoutingModule { }
@@ -8,7 +8,7 @@ const routes: Routes = [
8
8
  ];
9
9
 
10
10
  @NgModule({
11
- imports: [RouterModule.forRoot(routes)],
11
+ imports: [RouterModule.forRoot(routes, { bindToComponentInputs: true })],
12
12
  exports: [RouterModule]
13
13
  })
14
14
  export class AppRoutingModule { }
@@ -5,12 +5,13 @@
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
  },
11
12
  "private": true,
12
13
  "dependencies": {
13
- "@angular/animations": "^17.0.0",
14
+ "@angular/animations": "~17.0.0",
14
15
  "@angular/common": "~17.0.0",
15
16
  "@angular/compiler": "~17.0.0",
16
17
  "@angular/core": "~17.0.0",
@@ -18,31 +19,31 @@
18
19
  "@angular/platform-browser": "~17.0.0",
19
20
  "@angular/platform-browser-dynamic": "~17.0.0",
20
21
  "@angular/router": "~17.0.0",
21
- "angular-auth-oidc-client": "^15.0.4",
22
- "hammerjs": "^2.0.8",
22
+ "angular-auth-oidc-client": "~15.0.4",
23
+ "hammerjs": "~2.0.8",
23
24
  "igniteui-angular": "~17.0.0",
24
25
  "minireset.css": "~0.0.7",
25
26
  "rxjs": "~7.8.0",
26
- "tslib": "^2.3.0",
27
+ "tslib": "~2.3.0",
27
28
  "zone.js": "~0.14.0"
28
29
  },
29
30
  "devDependencies": {
30
31
  "@angular-devkit/build-angular": "~17.0.0",
31
- "@angular-eslint/builder": "^17.0.0",
32
- "@angular-eslint/eslint-plugin": "^17.0.0",
33
- "@angular-eslint/eslint-plugin-template": "^17.0.0",
34
- "@angular-eslint/schematics": "^17.0.0",
35
- "@angular-eslint/template-parser": "^17.0.0",
32
+ "@angular-eslint/builder": "~17.0.0",
33
+ "@angular-eslint/eslint-plugin": "~17.0.0",
34
+ "@angular-eslint/eslint-plugin-template": "~17.0.0",
35
+ "@angular-eslint/schematics": "~17.0.0",
36
+ "@angular-eslint/template-parser": "~17.0.0",
36
37
  "@angular/cli": "~17.0.0",
37
38
  "@angular/compiler-cli": "~17.0.0",
38
39
  "@angular/language-service": "~17.0.0",
39
- "@types/facebook-js-sdk": "^3.3.6",
40
- "@types/hammerjs": "^2.0.41",
40
+ "@types/facebook-js-sdk": "~3.3.6",
41
+ "@types/hammerjs": "~2.0.41",
41
42
  "@types/jasmine": "~5.1.1",
42
43
  "@types/jasminewd2": "~2.0.3",
43
44
  "@typescript-eslint/eslint-plugin": "6.9.1",
44
45
  "@typescript-eslint/parser": "6.9.1",
45
- "eslint": "^8.52.0",
46
+ "eslint": "~8.52.0",
46
47
  "igniteui-cli": "~<%=cliVersion%>",
47
48
  "jasmine-core": "~5.1.0",
48
49
  "karma": "~6.4.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "17.0.1310-beta.2",
3
+ "version": "17.0.1316-beta.1",
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.2",
15
+ "@igniteui/cli-core": "~13.1.6-beta.1",
16
16
  "typescript": "~4.7.2"
17
17
  }
18
18
  }