don't allow overriding critical @app imports

This commit is contained in:
Mononaut
2024-10-27 02:39:55 +00:00
parent 8b01a83948
commit 3a4a4d9ffd
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import { NgModule } from '@angular/core';
import { ServerModule } from '@angular/platform-server';
import { ZONE_SERVICE } from '@app/injection-tokens';
import { AppModule } from '@app/app.module';
import { AppModule } from './app.module';
import { AppComponent } from '@components/app/app.component';
import { HttpCacheInterceptor } from '@app/services/http-cache.interceptor';
import { ZoneService } from '@app/services/zone.service';