Gleb Kaplan
Member since Mar 8, 2017
- Profile: /members/13459-gleb-kaplan.htm
- URL: http://www.sqlwallet.com
- Comments: 3
Recent Blog Comments By Gleb Kaplan
-
Injecting "Newable" Classes Using TypeScript And Dependency-Injection In Angular 2.4.1
Posted on Mar 8, 2017 at 6:35 AM
Nah, it's "implements". The exact code is below. export interface NewableReportDesignerViewModel { new (): ReportDesignerViewModel; } export class NewableReportDesignerViewModel implements NewableReportDesignerViewModel { } export class ReportDesignerViewModel { .... Could it be the ... read more »
-
Injecting "Newable" Classes Using TypeScript And Dependency-Injection In Angular 2.4.1
Posted on Mar 8, 2017 at 5:48 AM
And why there is Arnold on my avatar??... read more »
-
Injecting "Newable" Classes Using TypeScript And Dependency-Injection In Angular 2.4.1
Posted on Mar 8, 2017 at 3:47 AM
Hi I am trying to implement this pattern, but the TS produces an error "Class NewableGreeterService is recursively referenced as a base type of itself via type NewableGreeterService". It's VS2017 with TS 2.1. Any clues?... read more »