File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
packages/igx-templates/igx-ts-legacy/projects
_base_with_home/files/src/app/home Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 109109 "tsConfig" : " tsconfig.spec.json" ,
110110 "inlineStyleLanguage" : " scss" ,
111111 "assets" : [
112- " src/favicon.ico" ,
113- " src/assets"
112+ " src/favicon.ico" ,
113+ " src/assets"
114114 ],
115115 "styles" : [" src/styles.scss" ],
116116 "stylePreprocessorOptions" : {
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ import { UncaughtError } from './error-routing/error/uncaught-error';
66import { ErrorRoutingModule } from './error-routing/error-routing-module' ;
77
88export const routes : Routes = [
9- { path : 'error' , component : UncaughtError } ,
10- { path : '**' , component : NotFound } // must always be last
9+ { path : 'error' , component : UncaughtError } ,
10+ { path : '**' , component : NotFound } // must always be last
1111] ;
1212
1313@NgModule ( {
14- imports : [ RouterModule . forRoot ( routes ) , ErrorRoutingModule ] ,
15- exports : [ RouterModule , ErrorRoutingModule ]
14+ imports : [ RouterModule . forRoot ( routes ) , ErrorRoutingModule ] ,
15+ exports : [ RouterModule , ErrorRoutingModule ]
1616} )
1717export class AppRoutingModule { }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ <h1>{{title}}</h1>
33< img src ="assets/responsive.gif " alt ="Ignite UI CLI ">
44
55< div id ="linksContainer ">
6- < h3 class ="links "> < a target ="_blank " rel ="noopener " href ="https://github.com/IgniteUI/ignite-ui-cli "> Ignite UI CLI </ a > </ h3 >
7- < h3 class ="links "> < a target ="_blank " rel ="noopener " href ="https://www.infragistics.com/products/ignite-ui-angular "> Component Demos</ a > </ h3 >
8- < h3 class ="links "> < a target ="_blank " rel ="noopener " href ="https://github.com/IgniteUI/igniteui-angular-ui-kits "> Sketch UI Kit</ a > </ h3 >
6+ < h3 class ="links "> < a target ="_blank " rel ="noopener " href ="https://github.com/IgniteUI/ignite-ui-cli "> Ignite UI CLI </ a > </ h3 >
7+ < h3 class ="links "> < a target ="_blank " rel ="noopener " href ="https://www.infragistics.com/products/ignite-ui-angular "> Component Demos</ a > </ h3 >
8+ < h3 class ="links "> < a target ="_blank " rel ="noopener " href ="https://github.com/IgniteUI/igniteui-angular-ui-kits "> Sketch UI Kit</ a > </ h3 >
99</ div >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import { RouterOutlet } from '@angular/router';
3838 styleUrl: './app.scss'
3939})
4040export class App {
41- protected readonly title = signal('Home - IgniteUI for Angular');
41+ protected readonly title = signal('Home - IgniteUI for Angular');
4242}
4343` ;
4444
You can’t perform that action at this time.
0 commit comments