Skip to content

Commit b59631f

Browse files
committed
fix(igx-ts-legacy): update legacy templates
1 parent f8e4029 commit b59631f

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"printWidth": 100,
3+
"singleQuote": true,
4+
"overrides": [
5+
{
6+
"files": "*.html",
7+
"options": {
8+
"parser": "angular"
9+
}
10+
}
11+
]
12+
}

packages/igx-templates/igx-ts-legacy/projects/side-nav-auth/files/src/app/app-module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import {
88
import { AppRoutingModule } from './app-routing.module';
99
import { App } from './app';
1010
import { AuthenticationModule, ExternalAuthService } from './authentication';
11-
import { HomeComponent } from './home/home.component';
11+
import { Home } from './home/home';
1212

1313
@NgModule({
1414
declarations: [
1515
App,
16-
HomeComponent
16+
Home
1717
],
1818
imports: [
1919
FormsModule,

0 commit comments

Comments
 (0)