Revert "fix(compiler): ignore calls to unresolved symbols in metadata (#15970)"
This reverts commit ce47d33cd9
.
This commit is contained in:
@ -601,7 +601,7 @@ export class StaticReflector implements ɵReflectorReader {
|
||||
case 'ignore':
|
||||
return expression;
|
||||
}
|
||||
return IGNORE;
|
||||
return null;
|
||||
}
|
||||
return mapStringMap(expression, (value, name) => simplify(value));
|
||||
}
|
||||
|
Reference in New Issue
Block a user