Asymmetrik/mean2-starter

View on GitHub
src/client/app/core/logged-in.component.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { Component } from '@angular/core';

@Component({
    template: `<div>This is a test page as part of the starter to prove login and routing works.</div>`
})

/**
 * This is just a test component to have something to login to as part of the mean starter
 */
export class LoggedInComponent {
}