From 0298deb78beba8c18377819628938941e28f66e6 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Thu, 11 Jul 2024 09:18:15 -0700 Subject: [PATCH] fix: angular template --- packages/template-master-detail-ng/src/app/cars/cars.module.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/template-master-detail-ng/src/app/cars/cars.module.ts b/packages/template-master-detail-ng/src/app/cars/cars.module.ts index 3fdee2a6..8d2356cb 100644 --- a/packages/template-master-detail-ng/src/app/cars/cars.module.ts +++ b/packages/template-master-detail-ng/src/app/cars/cars.module.ts @@ -25,7 +25,6 @@ import { CarsRoutingModule } from './cars-routing.module' MyListSelectorModalViewComponent, MyImageAddRemoveComponent, ], - entryComponents: [MyListSelectorModalViewComponent], providers: [], schemas: [NO_ERRORS_SCHEMA], })