Skip to content

Commit dba5713

Browse files
committed
refactor
1 parent 0dcd052 commit dba5713

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.prettierrc

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
2-
"printWidth": 100,
3-
"parser": "flow",
4-
"singleQuote": true,
5-
"tabWidth": 2,
6-
"trailingComma": "all"
7-
}
2+
"printWidth": 100,
3+
"parser": "typescript",
4+
"singleQuote": true,
5+
"tabWidth": 2,
6+
"trailingComma": "all",
7+
"prettier-tslint": true,
8+
"arrowParens": "always"
9+
}

src/app/app.browser.module.ts

-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { TranslatesBrowserModule } from '@shared/translates/translates-browser';
1111
import { AppComponent } from './app.component';
1212
import { AppModule } from './app.module';
1313
import { ServiceWorkerModule } from '@angular/service-worker';
14-
import { environment } from '../environments/environment';
1514

1615
// import { ServiceWorkerModule } from '@angular/service-worker';
1716

@@ -23,7 +22,6 @@ export function getRequest(): any {
2322
@NgModule({
2423
bootstrap: [AppComponent],
2524
imports: [
26-
BrowserModule.withServerTransition({ appId: 'my-app' }),
2725
BrowserTransferStateModule,
2826
AppModule,
2927
TranslatesBrowserModule,

0 commit comments

Comments
 (0)