@igniteui/angular-templates 17.1.1312 → 17.1.1313
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.
- package/igx-ts/projects/_base/files/angular.json +99 -98
- package/igx-ts/projects/_base/files/src/app/app.config.ts +2 -2
- package/igx-ts/projects/_base_with_home/files/src/app/app.config.ts +2 -2
- package/igx-ts/projects/empty/files/src/app/app.config.ts +2 -2
- package/igx-ts/projects/side-nav/files/src/app/app.config.ts +2 -2
- package/igx-ts/projects/side-nav-auth/files/src/app/app.config.ts +2 -2
- package/igx-ts-legacy/projects/_base/files/src/app/app-routing.module.ts +1 -1
- package/igx-ts-legacy/projects/_base_with_home/files/src/app/app-routing.module.ts +1 -1
- package/igx-ts-legacy/projects/empty/files/src/app/app-routing.module.ts +1 -1
- package/package.json +2 -2
|
@@ -3,105 +3,106 @@
|
|
|
3
3
|
"version": 1,
|
|
4
4
|
"newProjectRoot": "projects",
|
|
5
5
|
"projects": {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
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
|
+
}
|
|
@@ -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,7 +7,7 @@ import { routes } from './app.routes';
|
|
|
7
7
|
|
|
8
8
|
export const appConfig: ApplicationConfig = {
|
|
9
9
|
providers: [
|
|
10
|
-
provideRouter(routes),
|
|
10
|
+
provideRouter(routes, withComponentInputBinding()),
|
|
11
11
|
importProvidersFrom(BrowserModule, HammerModule),
|
|
12
12
|
provideAnimations(),
|
|
13
13
|
// provide the HAMMER_GESTURE_CONFIG token
|
|
@@ -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
|
};
|
|
@@ -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
|
import { IgxNavigationDrawerModule, IgxNavbarModule, IgxLayoutModule, IgxRippleModule } from 'igniteui-angular';
|
|
@@ -8,7 +8,7 @@ import { routes } from './app.routes';
|
|
|
8
8
|
|
|
9
9
|
export const appConfig: ApplicationConfig = {
|
|
10
10
|
providers: [
|
|
11
|
-
provideRouter(routes),
|
|
11
|
+
provideRouter(routes, withComponentInputBinding()),
|
|
12
12
|
importProvidersFrom(
|
|
13
13
|
BrowserModule,
|
|
14
14
|
HammerModule,
|
|
@@ -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
|
import { IgxNavigationDrawerModule, IgxNavbarModule, IgxLayoutModule, IgxRippleModule } from 'igniteui-angular';
|
|
@@ -9,7 +9,7 @@ import { routes } from './app.routes';
|
|
|
9
9
|
|
|
10
10
|
export const appConfig: ApplicationConfig = {
|
|
11
11
|
providers: [
|
|
12
|
-
provideRouter(routes),
|
|
12
|
+
provideRouter(routes, withComponentInputBinding()),
|
|
13
13
|
importProvidersFrom(
|
|
14
14
|
BrowserModule,
|
|
15
15
|
HammerModule,
|
|
@@ -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 { }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igniteui/angular-templates",
|
|
3
|
-
"version": "17.1.
|
|
3
|
+
"version": "17.1.1313",
|
|
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.
|
|
15
|
+
"@igniteui/cli-core": "~13.1.3",
|
|
16
16
|
"typescript": "~4.7.2"
|
|
17
17
|
}
|
|
18
18
|
}
|