File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1- import { ɵprovideZonelessChangeDetection } from '@angular/core' ;
2-
1+ import { provideZoneChangeDetection } from '@angular/core' ;
2+ import { provideHttpClient } from '@angular/common/http' ;
33import { bootstrapApplication } from '@angular/platform-browser' ;
4- import { AppComponent } from './app/app.component' ;
5- import { provideEnvironmentNgxLoaderIndicator } from 'ngx-loader-indicator' ;
64import { provideAnimations } from '@angular/platform-browser/animations' ;
7- import { HIGHLIGHT_OPTIONS } from 'ngx-highlightjs' ;
85import { provideRouter } from '@angular/router' ;
6+ import { BaseHttpService } from '@libraries/base-http/base-http.service' ;
97import { GithubStarsService } from '@libraries/github/github-stars.service' ;
10- import { provideHttpClient } from '@angular/common/http' ;
118import { 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
1413bootstrapApplication ( AppComponent , {
1514 providers : [
16- ɵprovideZonelessChangeDetection ( ) ,
15+ provideZoneChangeDetection ( ) ,
1716 provideAnimations ( ) ,
1817 provideRouter ( [ ] ) ,
1918 GithubStarsService ,
You can’t perform that action at this time.
0 commit comments