We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e4029 commit b59631fCopy full SHA for b59631f
2 files changed
packages/igx-templates/igx-ts-legacy/projects/_base/files/.prettierrc
@@ -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
@@ -8,12 +8,12 @@ import {
import { AppRoutingModule } from './app-routing.module';
import { App } from './app';
import { AuthenticationModule, ExternalAuthService } from './authentication';
-import { HomeComponent } from './home/home.component';
+import { Home } from './home/home';
13
@NgModule({
14
declarations: [
15
App,
16
- HomeComponent
+ Home
17
],
18
imports: [
19
FormsModule,
0 commit comments