Skip to content

Commit

Permalink
feat(learn-links): support dynamic learn links (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslennan committed Sep 9, 2020
1 parent 1f6ae9a commit b128034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/assets/assets.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { IMenuItem } from '@covalent/core/dynamic-menu';
export interface IHelpAssets {
[name: string]: {
links: IMenuItem[];
learn?: IMenuItem[];
};
}

Expand Down

0 comments on commit b128034

Please sign in to comment.