Asymmetrik/mean2-starter

View on GitHub
src/client/app/core/invalid.resource.component.html

Summary

Maintainability
Test Coverage
<section>

    <div style="padding-top:20px;" class="row">
        <div class="col-md-8 col-md-offset-2">

            <div style="text-align:center;" class="jumbotron">
                <h1>¯\_(ツ)_/¯</h1>

                <h3>{{type}} Not Found</h3>
                <p class="lead">
                    That {{type}} does not exist. Click <a [routerLink]="['/']">here</a> to return home.
                </p>
            </div>

        </div>
    </div>

</section>