Thursday, October 5, 2017

Angularjs (1) types (ng.*) in compodoc are undefined

Could you help me with next problem.
I have an class:

export class MyClass {
    public static $inject: string[] = [
        "$element",
        "$scope"
    ];
    constructor(
        private $element: ng.IAugmentedJQuery, 
        private $scope: ng.IScope
    ) {}
}

and by Compodoc I created documentation and get this:

constructor(MyClass: $element: undefined, $scope: undefined)

Can someone tall me have to fixed problem with uncorrect types in documentation?

Source: AngularJS



from Angular Questions https://angularquestions.com/2017/10/05/angularjs-1-types-ng-in-compodoc-are-undefined/
via @lzomedia #developer #freelance #web #lzomedia.com

No comments:

Post a Comment