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

Comments

Popular posts from this blog

ng-include of inline SVG does not display gradient except in Chrome

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

ng-show doesn’t work correct with value boolean