Payam Valadkhan

Results 7 issues of Payam Valadkhan

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...

area: build & ci

This PR makes it possible to compile a component only project in local mode. The compiled code currently does not render any component as it needs more pieces which will...

action: review
area: compiler

This PR will enable Ivy to compile basic NgModule successfully. The injector definition does not include the imports yet and this will be added in a follow up PR. -...

action: review
area: compiler

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit - [ ] Tests for the changes have...

The particular way that bundling is done in g3 requires that prod and dev sources have same or compatible import statements. Since the dev sources are compiled in local mode,...

action: review
area: compiler
target: minor
PullApprove: disable
detected: feature

At the moment local compilation breaks for host directives because the current logic relies on global static analysis. This change creates a local version by cutting the diagnostics and copying...

action: review
area: compiler
target: minor
PullApprove: disable
detected: feature

At the moment when unified host is selected (through option `_useHostForImportGeneration`) the compiler always generates alias reexports. Such reexports are mainly generated to satisfy strict dependency condition for generated files....

action: merge
merge: caretaker note
area: compiler
target: minor
PullApprove: disable
detected: feature