Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
[core] Export stackview components
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeyun Lim <[email protected]>
  • Loading branch information
jeeyun committed Dec 22, 2016
1 parent b55d6ed commit 64c83cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/clarity-angular/stack-view/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ import {StackBlock} from "./stack-block";
import {StackInput} from "./stack-input";
import {StackSelect} from "./stack-select";

export * from "./stack-view";
export * from "./stack-header";
export * from "./stack-block";
export * from "./stack-input";
export * from "./stack-select";

export const STACK_VIEW_DIRECTIVES: Type<any>[] = [
StackView,
StackHeader,
Expand Down

0 comments on commit 64c83cc

Please sign in to comment.