Skip to content

Commit 6f78d82

Browse files
committed
fix(no-ref): import
1 parent 1ef91ac commit 6f78d82

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/main.ts

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
import { ɵprovideZonelessChangeDetection } from '@angular/core';
2-
1+
import { provideZoneChangeDetection } from '@angular/core';
2+
import { provideHttpClient } from '@angular/common/http';
33
import { bootstrapApplication } from '@angular/platform-browser';
4-
import { AppComponent } from './app/app.component';
5-
import { provideEnvironmentNgxLoaderIndicator } from 'ngx-loader-indicator';
64
import { provideAnimations } from '@angular/platform-browser/animations';
7-
import { HIGHLIGHT_OPTIONS } from 'ngx-highlightjs';
85
import { provideRouter } from '@angular/router';
6+
import { BaseHttpService } from '@libraries/base-http/base-http.service';
97
import { GithubStarsService } from '@libraries/github/github-stars.service';
10-
import { provideHttpClient } from '@angular/common/http';
118
import { DOMAIN } from '@libraries/token/token';
12-
import { BaseHttpService } from '@libraries/base-http/base-http.service';
9+
import { HIGHLIGHT_OPTIONS } from 'ngx-highlightjs';
10+
import { provideEnvironmentNgxLoaderIndicator } from 'ngx-loader-indicator';
11+
import { AppComponent } from './app/app.component';
1312

1413
bootstrapApplication(AppComponent, {
1514
providers: [
16-
ɵprovideZonelessChangeDetection(),
15+
provideZoneChangeDetection(),
1716
provideAnimations(),
1817
provideRouter([]),
1918
GithubStarsService,

0 commit comments

Comments
 (0)