Created
May 17, 2018 19:41
-
-
Save advorkina/01abe669779070b2bc1a6967b2a42063 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<span [class.isActive]="isActive()">{{title}}</span> | |
<folders [folders]="folders" | |
[activeFolder]="activeFolder" | |
(folderSelected)="folderSelected($event)"> | |
</folders> | |
<documents [documents]="documents" | |
(documentOpened)="documentOpened($event)"> | |
</documents> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment