moved login component; improved documentation; other minor improvements
This commit is contained in:
@@ -11,7 +11,7 @@ export const appConfig: ApplicationConfig = {
|
||||
providers: [
|
||||
provideBrowserGlobalErrorListeners(),
|
||||
provideZoneChangeDetection({ eventCoalescing: true }),
|
||||
...providePhoenixPluginWithPrimeNG({ stripTrailingSegments: routes.map(route => route.path).filter(Boolean) as string[] }),
|
||||
...providePhoenixPluginWithPrimeNG({ stripTrailingSegments: routes.map(route => route.path!).filter(path => (path?.length??0) > 0) }),
|
||||
provideRouter(routes),
|
||||
provideHttpClient(),
|
||||
...(environment.production ? [] : [
|
||||
|
||||
Reference in New Issue
Block a user