From 91008bd9791e8a57a74b14f5e2279664f0ad46a1 Mon Sep 17 00:00:00 2001 From: Matt Lewis Date: Fri, 31 May 2019 19:26:40 -0400 Subject: [PATCH] fix(ivy): improve error message when NgModule properties are not arrays (#30796) PR Close #30796 --- .../compiler-cli/src/ngtsc/annotations/src/ng_module.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/compiler-cli/src/ngtsc/annotations/src/ng_module.ts b/packages/compiler-cli/src/ngtsc/annotations/src/ng_module.ts index fcb414c366..07524183ec 100644 --- a/packages/compiler-cli/src/ngtsc/annotations/src/ng_module.ts +++ b/packages/compiler-cli/src/ngtsc/annotations/src/ng_module.ts @@ -396,7 +396,7 @@ export class NgModuleDecoratorHandler implements DecoratorHandler { @@ -413,14 +413,14 @@ export class NgModuleDecoratorHandler implements DecoratorHandler