Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(sidenav): Fixes wrong exportAs property for the sidenav-header
Browse files Browse the repository at this point in the history
BREAKING-CHANGE: Corrects the false exportAs value for the sidenav-header directive.
  • Loading branch information
ffriedl89 committed Mar 12, 2020
1 parent 319972e commit 5647ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/barista-components/drawer/src/sidenav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { dtDrawerAnimation } from './drawer-animation';

@Directive({
selector: 'dt-sidenav-header',
exportAs: 'dtCardTitle',
exportAs: 'dtSidenavHeader',
host: {
class: 'dt-sidenav-header-title',
},
Expand Down

0 comments on commit 5647ae0

Please sign in to comment.