fix(core): handle invalid constructor parameters in partial factory d… by JoostK · Pull Request #43619 · angular/angular

@JoostK

…eclarations

This commit fixes an oversight in the JIT compilation of partial factory
declarations, where the literal `'invalid'` was not accounted for
(unlike the AOT linker).

Fixes angular#43609

@JoostK added action: review

The PR is still awaiting reviews from at least one requested reviewer

area: core

Issues related to the framework runtime

target: patch

This PR is targeted for the next patch release

labels

Sep 27, 2021

@JoostK JoostK marked this pull request as ready for review

September 27, 2021 21:25

petebacondarwin

@JoostK JoostK added action: merge

The PR is ready for merge by the caretaker

and removed action: review

The PR is still awaiting reviews from at least one requested reviewer

labels

Sep 30, 2021

dylhunn pushed a commit that referenced this pull request

Oct 1, 2021
…eclarations (#43619)

This commit fixes an oversight in the JIT compilation of partial factory
declarations, where the literal `'invalid'` was not accounted for
(unlike the AOT linker).

Fixes #43609

PR Close #43619

Serginho pushed a commit to TuLotero/angular that referenced this pull request

Jan 20, 2022
…eclarations (angular#43619)

This commit fixes an oversight in the JIT compilation of partial factory
declarations, where the literal `'invalid'` was not accounted for
(unlike the AOT linker).

Fixes angular#43609

PR Close angular#43619