angular/packages/compiler-cli/src/ngtsc
Alex Rickabaugh d33e0091df fix(ivy): emit generic types when needed in defs in .d.ts file (#25406)
Ivy definitions in .d.ts files often reference the type of a class.
Sometimes, those classes have generic type parameters. When this is
the case, ngtsc needs to emit generic type parameters in the .d.ts
files (usually by passing 'any').

PR Close #25406
2018-08-22 19:28:56 -04:00
..
annotations fix(ivy): emit generic types when needed in defs in .d.ts file (#25406) 2018-08-22 19:28:56 -04:00
factories build: refactor ambient node & jasmine types so they are only included where needed (#25491) 2018-08-16 13:46:43 -07:00
host fix(ivy): emit generic types when needed in defs in .d.ts file (#25406) 2018-08-22 19:28:56 -04:00
metadata fix(ivy): emit generic types when needed in defs in .d.ts file (#25406) 2018-08-22 19:28:56 -04:00
testing test(ivy): allow makeProgram to be more configurable (#24897) 2018-07-27 17:15:31 -07:00
transform feat(ivy): add support for typings in ngcc (#25406) 2018-08-22 19:28:56 -04:00
util build: refactor ambient node & jasmine types so they are only included where needed (#25491) 2018-08-16 13:46:43 -07:00
program.ts refactor(ivy): minor refactorings (#25406) 2018-08-22 19:28:55 -04:00
resource_loader.ts feat(ivy): support templateUrl for ngtsc (#24704) 2018-07-03 13:31:44 -07:00