Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes complex return or property types aren't parsed or parsed inrorectly #2

Open
nnixaa opened this issue Dec 15, 2017 · 2 comments
Milestone

Comments

@nnixaa
Copy link
Collaborator

nnixaa commented Dec 15, 2017

1 Menu Component, property type
image

/**
   * List of menu items.
   * @type List<NbMenuItem> | List<any> | any
   */
  @Input() items: NbMenuItem[];

2 User Component, property type

image

  /**
   * List of menu items for a user context menu (shown when clicked)
   * @type NbUserMenuItem[]
   */
  @Input() menu: NbUserMenuItem[] = [];

3 MediaBreakpoint service, return parameter

image

  /**
   * Returns a map of configured breakpoints for the theme
   * @returns {[p: string]: number}
   */
  getBreakpointsMap(): { [breakpoint: string]: number } {
    return this.breakpointsMap;
  }
@32penkin
Copy link
Member

32penkin commented Jan 12, 2018

Fixed in new version @2.0.1.

@nnixaa nnixaa reopened this Jun 20, 2018
@nnixaa
Copy link
Collaborator Author

nnixaa commented Jun 20, 2018

image

@nnixaa nnixaa added this to the 2.2.0 milestone Jul 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants