Jeremy Mowery

Results 2 issues of Jeremy Mowery

Have clutz generate out strict types for @const annotated fields. For example: ``` /** @public {string} @const */ Foo.BAR = "baz";` ``` Should become: ``` static readonly BAR: 'baz' ```...

#### Bug, feature request, or proposal: If a mat-checkbox is the last element in a mat-dialog-content it will cause the dialog to to have a scrollbar, even if the content...

needs: discussion
P4
G
area: material/checkbox
area: material/dialog