Closed arfilon closed 7 years ago
hello ,
thanks for the grate work, on this.
i have these classes
export class Page extends PagedViwe<Ad> { } export abstract class PagedViwe<T> { public Items = new Array<T>(); }
put i keep getting this validation message
cannot find 'Items' in type 'Page'
did i miss something?
thanks
hello ,
thanks for the grate work, on this.
i have these classes
put i keep getting this validation message
did i miss something?
thanks