@igniteui/angular-templates 17.1.1319 → 17.1.13110

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.
@@ -6,12 +6,12 @@ import { UncaughtErrorComponent } from './error-routing/error/uncaught-error.com
6
6
  import { ErrorRoutingModule } from './error-routing/error-routing.module';
7
7
 
8
8
  export const routes: Routes = [
9
- { path: 'error', component: UncaughtErrorComponent },
10
- { path: '**', component: PageNotFoundComponent } // must always be last
9
+ { path: 'error', component: UncaughtErrorComponent },
10
+ { path: '**', component: PageNotFoundComponent } // must always be last
11
11
  ];
12
12
 
13
13
  @NgModule({
14
- imports: [RouterModule.forRoot(routes, { bindToComponentInputs: true }), ErrorRoutingModule],
15
- exports: [RouterModule, ErrorRoutingModule]
14
+ imports: [RouterModule.forRoot(routes, { bindToComponentInputs: true }), ErrorRoutingModule],
15
+ exports: [RouterModule, ErrorRoutingModule]
16
16
  })
17
17
  export class AppRoutingModule { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "17.1.1319",
3
+ "version": "17.1.13110",
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.9",
15
+ "@igniteui/cli-core": "~13.1.10",
16
16
  "typescript": "~4.7.2"
17
17
  }
18
18
  }