File

src/comps/entry/AutoLogin.ts

Extends

Compbaser

Metadata

changeDetection ChangeDetectionStrategy.OnPush
selector AutoLogin
template
<h5 style="padding-left: 10px"><span class="fa fa-key"></span>                <span i18n>verifying access...</span>
                </h5>
import {Component, ChangeDetectionStrategy} from "@angular/core";
import {Compbaser} from "ng-mslib";

@Component({
    selector: 'AutoLogin',
    changeDetection: ChangeDetectionStrategy.OnPush,
    template: `<h5 style="padding-left: 10px"><span class="fa fa-key"></span>
                <span i18n>verifying access...</span>
                </h5>`
})
export class AutoLogin extends Compbaser {
}
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""