This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
home.component.html 636 B
Newer Older
<div><!--  just a wrapper  -->
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
<div class="row">
    <div class="col-md-12">
Michael Breu's avatar
Michael Breu committed
	    <jhi-pages-markdown-viewer class="home" [path]="pagesStartPath"></jhi-pages-markdown-viewer>
Michael Breu's avatar
Michael Breu committed
        <div [ngSwitch]="isAuthenticated()">
            <div class="alert alert-success" *ngSwitchCase="true">
                <span id="home-logged-message" *ngIf="account" jhiTranslate="home.logged.message"
                    [translateValues]="{ username: account.login }">You are logged in as user "{{ account.login }}".</span>
            </div>

        </div>
        <div><jhi-teaser-content  ></jhi-teaser-content></div>
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
    </div>
</div>