Vertafore/docular

Add @type tag

Opened this issue · 0 comments

Webstorm is using @type to fill intellisense with properties.
Docular needs @Property. Would be cool if docular supported @type.

Here is an example:

/**

  • @ngdoc object
  • @name userSvc#profile
  • @description The user profile
  • @type {{
  •  hasClaim: function,
    
  •  email: string,
    
  •  email_verified: boolean,
    
  •  currentTenant: userSvc#tenant
    
  •  }}
    
    */