We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1 Menu Component, property type
/** * List of menu items. * @type List<NbMenuItem> | List<any> | any */ @Input() items: NbMenuItem[];
2 User Component, property type
/** * List of menu items for a user context menu (shown when clicked) * @type NbUserMenuItem[] */ @Input() menu: NbUserMenuItem[] = [];
3 MediaBreakpoint service, return parameter
/** * Returns a map of configured breakpoints for the theme * @returns {[p: string]: number} */ getBreakpointsMap(): { [breakpoint: string]: number } { return this.breakpointsMap; }
The text was updated successfully, but these errors were encountered:
Fixed in new version @2.0.1.
Sorry, something went wrong.
No branches or pull requests
1 Menu Component, property type
2 User Component, property type
3 MediaBreakpoint service, return parameter
The text was updated successfully, but these errors were encountered: