Zoneless Server-Side Rendering
import { ApplicationConfig } from '@angular/core';
import { provideStore, withNgxsPendingTasks } from '@ngxs/store';
export const appConfig: ApplicationConfig = {
providers: [provideStore([], withNgxsPendingTasks())]
};Last updated

