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 - }} */
Webstorm is using @type to fill intellisense with properties.
Docular needs @Property. Would be cool if docular supported @type.
Here is an example:
/**