angular / dgeni-packages

A collection of dgeni packages for generating documentation from source code.
MIT License
142 stars 106 forks source link

fix(typescript): use correct optional parameter type #278

Closed petebacondarwin closed 5 years ago

petebacondarwin commented 5 years ago

Optional parameters that had not explicit type, but were initialized, were not having their type computed correctly.

See https://github.com/angular/angular/issues/24355

petebacondarwin commented 5 years ago

Released as 0.26.12