You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"componentList":[],"directiveList":[{"name":"LyBadge","selector":"'ly-badge, [lyBadge]'","inputs":"[\n \"bg\",\n \"color\",\n \"raised\",\n \"disabled\",\n \"outlined\",\n \"elevation\",\n \"shadowColor\"\n]","exportAs":"","children":"/** The content for the badge */\n@Input('lyBadge') content: string | number\n/** The color of the badge */\n@Input() lyBadgeBg: string\n/** The position for the badge */\n@Input('lyBadgePosition') position: string"}],"variableList":[{"name":"DEFAULT_BG","children":"const DEFAULT_BG = \"primary\""},{"name":"DEFAULT_POSITION","children":"const DEFAULT_POSITION = \"startTop\""},{"name":"STYLE_PRIORITY","children":"const STYLE_PRIORITY = -2"}],"ngModuleList":[{"name":"LyBadgeModule","children":"import { LyBadgeModule } from '@alyle/ui/badge'"}]}