File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import { provideHttpClient } from '@angular/common/http' ;
2- import { ApplicationConfig } from '@angular/core' ;
2+ import { ApplicationConfig , provideZonelessChangeDetection } from '@angular/core' ;
33import { provideClientHydration , withIncrementalHydration } from '@angular/platform-browser' ;
44import { provideFileRouter } from '@analogjs/router' ;
55import { provideContent , withMarkdownRenderer } from '@analogjs/content' ;
66import { withPrismHighlighter } from "@analogjs/content/prism-highlighter" ;
77
88export const appConfig : ApplicationConfig = {
99 providers : [
10+ provideZonelessChangeDetection ( ) ,
1011 provideFileRouter ( ) ,
1112 provideHttpClient ( ) ,
1213 provideClientHydration ( withIncrementalHydration ( ) ) ,
Original file line number Diff line number Diff line change 1- import 'zone.js/node' ;
21import { render } from '@analogjs/router/server' ;
32
43import { AppComponent } from './app/app.component' ;
Original file line number Diff line number Diff line change 1- import 'zone.js' ;
21import { bootstrapApplication } from '@angular/platform-browser' ;
32
43import { AppComponent } from './app/app.component' ;
You can’t perform that action at this time.
0 commit comments