chore(build): Fix .d.ts generation errors caused by invisible types of exported declarations
Fixes #3098
This commit is contained in:

committed by
Alex Eagle

parent
f42382db3b
commit
573c047d50
@ -123,7 +123,7 @@ export class NgFor {
|
||||
}
|
||||
}
|
||||
|
||||
class RecordViewTuple {
|
||||
export class RecordViewTuple {
|
||||
view: ViewRef;
|
||||
record: any;
|
||||
constructor(record, view) {
|
||||
|
Reference in New Issue
Block a user