angular-cn/packages/compiler-cli/test/ngtsc
JoostK a8ebc837ea fix(ivy): support complex type nodes in ModuleWithProviders (#27562)
With ngcc's ability to fixup pre-Ivy ModuleWithProviders such that they
include a reference to the NgModule type, the type may become a qualified
name:

```
import {ModuleWithProviders} from '@angular/core';
import * as ngcc0 from './module';

export declare provide(): ModuleWithProviders<ngcc0.Module>;
```

ngtsc now takes this situation into account when reflecting a
ModuleWithProvider's type argument.

PR Close #27562
2018-12-14 10:23:43 -08:00
..
fake_core fix(ivy): deduplicate directives in component scopes (#27462) 2018-12-05 14:36:24 -08:00
BUILD.bazel test(ivy): mark failing test targets with fixme-ivy-jit and fixme-ivy-local tags (#26471) 2018-10-23 08:57:42 -07:00
env.ts fix(ivy): add missing directoryExists() method to shim CompilerHost (#27470) 2018-12-05 10:46:51 -08:00
ngtsc_spec.ts fix(ivy): support complex type nodes in ModuleWithProviders (#27562) 2018-12-14 10:23:43 -08:00
template_typecheck_spec.ts test(ivy): implement tests for template type-checking (#26203) 2018-10-04 10:11:17 -07:00